]> code.delx.au - gnu-emacs/commitdiff
(xg_update_frame_menubar): Add missing return value.
authorAndreas Schwab <schwab@suse.de>
Wed, 12 Mar 2003 23:24:52 +0000 (23:24 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 12 Mar 2003 23:24:52 +0000 (23:24 +0000)
src/gtkutil.c

index 7c08ca77c7730603ad224e4c83c0b0b1b42b4629..3bbac91bc467af213651ffe6026ef12c692dfcad 100644 (file)
@@ -2180,6 +2180,8 @@ xg_update_frame_menubar (f)
 
   SET_FRAME_GARBAGED (f);
   UNBLOCK_INPUT;
+
+  return 1;
 }
 
 /* Get rid of the menu bar of frame F, and free its storage.