emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Thu, 31 Jul 2003 12:10:54 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.803 emacs/src/xterm.c:1.804
*** emacs/src/xterm.c:1.803     Tue Jul 29 13:38:21 2003
--- emacs/src/xterm.c   Thu Jul 31 12:10:53 2003
***************
*** 7474,7480 ****
  #ifdef USE_GTK
        /* Use gtk_window_set_icon_from_file() if available,
         It's not restricted to bitmaps */
!       if (!xg_set_icon(f, file))
        return 0;
  #endif /* USE_GTK */
        bitmap_id = x_create_bitmap_from_file (f, file);
--- 7474,7480 ----
  #ifdef USE_GTK
        /* Use gtk_window_set_icon_from_file() if available,
         It's not restricted to bitmaps */
!       if (xg_set_icon(f, file))
        return 0;
  #endif /* USE_GTK */
        bitmap_id = x_create_bitmap_from_file (f, file);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]