# HG changeset patch # User Gerd Moellmann # Date 974910518 0 # Node ID 22dc6e2e741001503d66fc516b89ee3af641c249 # Parent 593bc303c50018002ecbb344ceacad7d47d48c06 (make_frame): Change initialization of tool bar items accordingly. diff -r 593bc303c500 -r 22dc6e2e7410 src/frame.c --- 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)