Mercurial > emacs
changeset 75576:e852dba095f9
(update_frame_tool_bar): Initialize h/vmargin to 0.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Wed, 31 Jan 2007 17:56:21 +0000 |
parents | 663d4896e994 |
children | a8413e39e42c |
files | src/gtkutil.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkutil.c Wed Jan 31 17:40:56 2007 +0000 +++ b/src/gtkutil.c Wed Jan 31 17:56:21 2007 +0000 @@ -3687,7 +3687,7 @@ 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))