aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2003-01-19 23:06:15 +0000
committerJan Djärv2003-01-19 23:06:15 +0000
commitb73e73bfb1c931efe9554f9a6b83961d21982494 (patch)
treee82f44d59225fac62bf8f0c3245e2a82f1199ccc /src
parent1db60b708f94a8d559a6453a79794c988912e31e (diff)
downloademacs-b73e73bfb1c931efe9554f9a6b83961d21982494.tar.gz
emacs-b73e73bfb1c931efe9554f9a6b83961d21982494.zip
ChangeLog
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index dae56fa52c3..7ceddef02f6 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -454,7 +454,7 @@ xg_create_frame_widgets (f)
454 up in the wrong place as tool bar height has not been taken into account. 454 up in the wrong place as tool bar height has not been taken into account.
455 So we cheat a bit by setting a height that is what it will have 455 So we cheat a bit by setting a height that is what it will have
456 later on when tool bar items are added. */ 456 later on when tool bar items are added. */
457 if (FRAME_TOOLBAR_HEIGHT (f) == 0) 457 if (FRAME_EXTERNAL_TOOL_BAR (f) && FRAME_TOOLBAR_HEIGHT (f) == 0)
458 FRAME_TOOLBAR_HEIGHT (f) = 34; 458 FRAME_TOOLBAR_HEIGHT (f) = 34;
459 459
460 gtk_widget_set_double_buffered (wvbox, FALSE); 460 gtk_widget_set_double_buffered (wvbox, FALSE);