changeset 33760:22dc6e2e7410

(make_frame): Change initialization of tool bar items accordingly.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 22 Nov 2000 16:28:38 +0000
parents 593bc303c500
children 047804baee1c
files src/frame.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Wed Nov 22 16:28:11 2000 +0000
+++ b/src/frame.c	Wed Nov 22 16:28:38 2000 +0000
@@ -246,9 +246,9 @@
   f->title = Qnil;
   f->menu_bar_window = Qnil;
   f->tool_bar_window = Qnil;
-  f->desired_tool_bar_items = f->current_tool_bar_items = Qnil;
+  f->tool_bar_items = Qnil;
   f->desired_tool_bar_string = f->current_tool_bar_string = Qnil;
-  f->n_desired_tool_bar_items = f->n_current_tool_bar_items = 0;
+  f->n_tool_bar_items = 0;
 
   root_window = make_window ();
   if (mini_p)