(update_frame_tool_bar): Initialize wbutton to NULL.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
|
||||
|
||||
2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* frame.h:
|
||||
|
||||
@@ -3810,7 +3810,7 @@ update_frame_tool_bar (f)
|
||||
GtkStockItem stock_item;
|
||||
char *stock_name = NULL;
|
||||
Lisp_Object rtl;
|
||||
GtkWidget *wbutton;
|
||||
GtkWidget *wbutton = NULL;
|
||||
GtkWidget *weventbox;
|
||||
Lisp_Object func = intern ("x-gtk-map-stock");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user