From f1e77948e590e0e8e83ff8318dd232a4e0f07f67 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 6 Jul 2013 22:16:07 +0000 Subject: [PATCH] Bug 703272 - list of windows in Windows menu outdated Only set the menu once per window! When combined with fixing the autorelease pool problem of Byg 698334, the window menu now behaves correctly. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23098 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/gnc-main-window.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c index 8f987a3eff..ed49127f32 100644 --- a/src/gnome-utils/gnc-main-window.c +++ b/src/gnome-utils/gnc-main-window.c @@ -4228,9 +4228,6 @@ gnc_main_window_show_all_windows(void) for (window_iter = active_windows; window_iter != NULL; window_iter = window_iter->next) { gtk_widget_show(GTK_WIDGET(window_iter->data)); -#ifdef MAC_INTEGRATION - gnc_quartz_set_menu(window_iter->data); -#endif } #ifdef MAC_INTEGRATION g_signal_connect(theApp, "NSApplicationWillTerminate",