/[emacs]/emacs/src/gtkutil.c
ViewVC logotype

Diff of /emacs/src/gtkutil.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26.2.7 by miles, Tue Jul 6 10:23:40 2004 UTC revision 1.26.2.8 by miles, Sat Sep 4 09:28:15 2004 UTC
# Line 793  xg_create_frame_widgets (f) Line 793  xg_create_frame_widgets (f)
793       up in the wrong place as tool bar height has not been taken into account.       up in the wrong place as tool bar height has not been taken into account.
794       So we cheat a bit by setting a height that is what it will have       So we cheat a bit by setting a height that is what it will have
795       later on when tool bar items are added.  */       later on when tool bar items are added.  */
796    if (FRAME_EXTERNAL_TOOL_BAR (f) && FRAME_TOOLBAR_HEIGHT (f) == 0)    if (FRAME_EXTERNAL_TOOL_BAR (f) && f->n_tool_bar_items == 0)
797      FRAME_TOOLBAR_HEIGHT (f) = 34;      FRAME_TOOLBAR_HEIGHT (f) = 34;
798    
799    

Legend:
Removed from v.1.26.2.7  
changed lines
  Added in v.1.26.2.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26