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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c [lexbind]
Date: Sat, 04 Sep 2004 05:39:50 -0400

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.26.2.7 emacs/src/gtkutil.c:1.26.2.8
*** emacs/src/gtkutil.c:1.26.2.7        Tue Jul  6 10:23:40 2004
--- emacs/src/gtkutil.c Sat Sep  4 09:28:15 2004
***************
*** 793,799 ****
       up in the wrong place as tool bar height has not been taken into account.
       So we cheat a bit by setting a height that is what it will have
       later on when tool bar items are added.  */
!   if (FRAME_EXTERNAL_TOOL_BAR (f) && FRAME_TOOLBAR_HEIGHT (f) == 0)
      FRAME_TOOLBAR_HEIGHT (f) = 34;
  
  
--- 793,799 ----
       up in the wrong place as tool bar height has not been taken into account.
       So we cheat a bit by setting a height that is what it will have
       later on when tool bar items are added.  */
!   if (FRAME_EXTERNAL_TOOL_BAR (f) && f->n_tool_bar_items == 0)
      FRAME_TOOLBAR_HEIGHT (f) = 34;
  
  




reply via email to

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