1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

(update_frame_tool_bar): Initialize variable.

This commit is contained in:
Chong Yidong 2008-12-01 17:59:53 +00:00
parent f5668d2ae5
commit 495effe5eb

View 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;