comparison src/menubar-msw.c @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents 6330739388db
children c42ec1d1cded
comparison
equal deleted inserted replaced
277:cfdf3ff11843 278:90d73dddcdc4
400 { 400 {
401 /* Do not flush right menubar items when MS style compiant */ 401 /* Do not flush right menubar items when MS style compiant */
402 if (bar_p && !REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIHGT_FLUSH) 402 if (bar_p && !REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIHGT_FLUSH)
403 flush_right = 1; 403 flush_right = 1;
404 if (!populate_p) 404 if (!populate_p)
405 checksum = HASH2 (checksum, Qnil); 405 checksum = HASH2 (checksum, LISP_HASH (Qnil));
406 } 406 }
407 else if (populate_p) 407 else if (populate_p)
408 populate_menu_add_item (menu, path, hash_tab, 408 populate_menu_add_item (menu, path, hash_tab,
409 XCAR (item_desc), flush_right); 409 XCAR (item_desc), flush_right);
410 else 410 else