[r23197]Fix undeclared identifier from r23193

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@23198 57a11ea4-9604-0410-9ed3-97b8803252fd
2.4
John Ralls 13 years ago
parent 550700498f
commit 4eae4e2dc8

@ -4083,8 +4083,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

Loading…
Cancel
Save