From: Jan Djärv Date: Wed, 31 Jan 2007 17:56:21 +0000 (+0000) Subject: (update_frame_tool_bar): Initialize h/vmargin to 0. X-Git-Tag: emacs-pretest-22.0.94~478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfc2a7d163e92235a70649aaa4426adf44907cc7;p=emacs.git (update_frame_tool_bar): Initialize h/vmargin to 0. --- 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) 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))