comparison src/toolbar.c @ 249:83b3d10dcba9 r20-5b23

Import from CVS: tag r20-5b23
author cvs
date Mon, 13 Aug 2007 10:19:09 +0200
parents 51092a27c943
children c5d627a313b1
comparison
equal deleted inserted replaced
248:ad40ac2754d8 249:83b3d10dcba9
267 if (cur != new) 267 if (cur != new)
268 { 268 {
269 /* The following calls will automatically cause the dirty 269 /* The following calls will automatically cause the dirty
270 flags to be set; we delay frame size changes to avoid 270 flags to be set; we delay frame size changes to avoid
271 lots of frame flickering. */ 271 lots of frame flickering. */
272 /* #### I think this should be GC protected. -sb */
272 hold_frame_size_changes (); 273 hold_frame_size_changes ();
273 set_specifier_fallback (Vtoolbar[cur], list1 (Fcons (Qnil, Qnil))); 274 set_specifier_fallback (Vtoolbar[cur], list1 (Fcons (Qnil, Qnil)));
274 set_specifier_fallback (Vtoolbar[new], Vdefault_toolbar); 275 set_specifier_fallback (Vtoolbar[new], Vdefault_toolbar);
275 set_specifier_fallback (Vtoolbar_size[cur], list1 (Fcons (Qnil, Qzero))); 276 set_specifier_fallback (Vtoolbar_size[cur], list1 (Fcons (Qnil, Qzero)));
276 set_specifier_fallback (Vtoolbar_size[new], 277 set_specifier_fallback (Vtoolbar_size[new],