aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2007-01-31 17:56:21 +0000
committerJan Djärv2007-01-31 17:56:21 +0000
commitbfc2a7d163e92235a70649aaa4426adf44907cc7 (patch)
treeb5471123d501e4fc2f70a940c9f3abc8d3829249
parent94315858dcf3a8157e0e077ce79db52ade804356 (diff)
downloademacs-bfc2a7d163e92235a70649aaa4426adf44907cc7.tar.gz
emacs-bfc2a7d163e92235a70649aaa4426adf44907cc7.zip
(update_frame_tool_bar): Initialize h/vmargin to 0.
-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))