Fix undeclared identifier from r23191

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23197 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2013-09-26 02:51:25 +00:00
parent 0854231a14
commit 6ee53ca581

View File

@ -4364,8 +4364,8 @@ gnc_main_window_show_all_windows(void)
g_signal_connect(theApp, "NSApplicationWillTerminate",
G_CALLBACK(gnc_quartz_shutdown), NULL);
gtkosx_application_ready(theApp);
#endif
g_object_unref (theApp);
#endif
}
/** Get a pointer to the first active top level window or NULL