]> git.eshelyaron.com Git - emacs.git/commitdiff
(update_frame_tool_bar): Initialize variable.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 1 Dec 2008 17:59:53 +0000 (17:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 1 Dec 2008 17:59:53 +0000 (17:59 +0000)
src/gtkutil.c

index a28156ca4e9aabfbcbdbf68b3cef049b42b17afc..ce8308a4eeb4a9be159d493657a378fe5891fb1c 100644 (file)
@@ -3862,7 +3862,7 @@ update_frame_tool_bar (f)
       int icon_size = 0;
       struct image *img = NULL;
       Lisp_Object image;
-      Lisp_Object stock;
+      Lisp_Object stock = Qnil;
       GtkStockItem stock_item;
       char *stock_name = NULL;
       char *icon_name = NULL;