diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2007-01-31 17:56:21 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2007-01-31 17:56:21 +0000 |
commit | bfc2a7d163e92235a70649aaa4426adf44907cc7 (patch) | |
tree | b5471123d501e4fc2f70a940c9f3abc8d3829249 /src/gtkutil.c | |
parent | 94315858dcf3a8157e0e077ce79db52ade804356 (diff) | |
download | emacs-bfc2a7d163e92235a70649aaa4426adf44907cc7.tar.gz emacs-bfc2a7d163e92235a70649aaa4426adf44907cc7.tar.bz2 emacs-bfc2a7d163e92235a70649aaa4426adf44907cc7.zip |
(update_frame_tool_bar): Initialize h/vmargin to 0.
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r-- | src/gtkutil.c | 2 |
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) 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)) |