Revert r19965: It wasn't the problem after all.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19974 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls
2010-12-21 20:05:10 +00:00
parent a75f8d6cae
commit 67f2798d17
-1
View File
@@ -4018,7 +4018,6 @@ gnc_main_window_show_all_windows(void)
#ifdef MAC_INTEGRATION
g_signal_connect(theApp, "NSApplicationWillTerminate",
G_CALLBACK(gtk_quartz_shutdown), NULL);
gtk_osxapplication_set_use_quartz_accelerators(theApp, FALSE);
gtk_osxapplication_ready(theApp);
#endif
}