aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2003-03-12 23:24:52 +0000
committerAndreas Schwab2003-03-12 23:24:52 +0000
commita8303f92b3155190cfda1061808925bb5e15e7e9 (patch)
treee3318007518ef59a388a1fbf068aaaac9045d9cb /src
parent3ecd814e63a1b4aeb03809be5ab764efd1974145 (diff)
downloademacs-a8303f92b3155190cfda1061808925bb5e15e7e9.tar.gz
emacs-a8303f92b3155190cfda1061808925bb5e15e7e9.zip
(xg_update_frame_menubar): Add missing return value.
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 7c08ca77c77..3bbac91bc46 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -2180,6 +2180,8 @@ xg_update_frame_menubar (f)
2180 2180
2181 SET_FRAME_GARBAGED (f); 2181 SET_FRAME_GARBAGED (f);
2182 UNBLOCK_INPUT; 2182 UNBLOCK_INPUT;
2183
2184 return 1;
2183} 2185}
2184 2186
2185/* Get rid of the menu bar of frame F, and free its storage. 2187/* Get rid of the menu bar of frame F, and free its storage.