aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 fe1eb6cdfdb..fa8e91546ce 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -3687,7 +3687,7 @@ update_frame_tool_bar (f)
3687 int i; 3687 int i;
3688 GtkRequisition old_req, new_req; 3688 GtkRequisition old_req, new_req;
3689 struct x_output *x = f->output_data.x; 3689 struct x_output *x = f->output_data.x;
3690 int hmargin, vmargin; 3690 int hmargin = 0, vmargin = 0;
3691 GtkToolItem *ti; 3691 GtkToolItem *ti;
3692 3692
3693 if (! FRAME_GTK_WIDGET (f)) 3693 if (! FRAME_GTK_WIDGET (f))