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 [EMACS_22_BASE]


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c,v [EMACS_22_BASE]
Date: Tue, 28 Aug 2007 10:05:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jan Djärv <jhd>        07/08/28 10:05:38

Index: gtkutil.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/gtkutil.c,v
retrieving revision 1.106.2.3
retrieving revision 1.106.2.4
diff -u -b -r1.106.2.3 -r1.106.2.4
--- gtkutil.c   13 Aug 2007 06:36:31 -0000      1.106.2.3
+++ gtkutil.c   28 Aug 2007 10:05:38 -0000      1.106.2.4
@@ -3615,7 +3615,7 @@
 }
 
 /* This callback is called when a tool bar shall be redrawn.
-   We need to update the tool bar from here in case the image cache
+   We need to update the images in case the image cache
    has deleted the pixmaps used in the tool bar.
    W is the GtkToolbar to be redrawn.
    EVENT is the expose event for W.
@@ -3629,7 +3629,8 @@
      GdkEventExpose *event;
      gpointer client_data;
 {
-  update_frame_tool_bar ((FRAME_PTR) client_data);
+  FRAME_PTR f = (FRAME_PTR) client_data;
+  SET_FRAME_GARBAGED (f);
   return FALSE;
 }
 




reply via email to

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