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:
parent
f5668d2ae5
commit
495effe5eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue