changeset 50106:5675d6a0080c

(xg_update_frame_menubar): Add missing return value.
author Andreas Schwab <schwab@suse.de>
date Wed, 12 Mar 2003 23:24:52 +0000
parents 784ca069adf2
children c8c1e2e969a2
files src/gtkutil.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkutil.c	Wed Mar 12 22:57:28 2003 +0000
+++ b/src/gtkutil.c	Wed Mar 12 23:24:52 2003 +0000
@@ -2180,6 +2180,8 @@
 
   SET_FRAME_GARBAGED (f);
   UNBLOCK_INPUT;
+
+  return 1;
 }
 
 /* Get rid of the menu bar of frame F, and free its storage.