mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
0854231a14
commit
6ee53ca581
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user