From: Chong Yidong Date: Mon, 1 Dec 2008 17:59:53 +0000 (+0000) Subject: (update_frame_tool_bar): Initialize variable. X-Git-Tag: emacs-pretest-23.0.90~1384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=495effe5ebc09b25bf2ae4fd30fcf4b9a8ec2a90;p=emacs.git (update_frame_tool_bar): Initialize variable. --- diff --git a/src/gtkutil.c b/src/gtkutil.c index a28156ca4e9..ce8308a4eeb 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -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;