emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/gtkutil.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c,v
Date: Sat, 04 Nov 2006 03:08:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/11/04 03:08:35

Index: gtkutil.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/gtkutil.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- gtkutil.c   16 Oct 2006 14:20:38 -0000      1.97
+++ gtkutil.c   4 Nov 2006 03:08:35 -0000       1.98
@@ -3720,7 +3720,12 @@
 
       if (img->load_failed_p || img->pixmap == None)
         {
-          if (wicon) gtk_widget_hide (wicon);
+          if (wicon)
+           gtk_widget_hide (wicon);
+         else
+           gtk_toolbar_insert (GTK_TOOLBAR (x->toolbar_widget),
+                               gtk_tool_button_new (NULL, ""),
+                               i);
           continue;
         }
 




reply via email to

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