summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 7953ce30740..0f0e2e763ef 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -3687,7 +3687,7 @@ update_frame_tool_bar (f)
int i;
GtkRequisition old_req, new_req;
struct x_output *x = f->output_data.x;
- int hmargin, vmargin;
+ int hmargin = 0, vmargin = 0;
GtkToolItem *ti;
if (! FRAME_GTK_WIDGET (f))