mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix reversed logic in gnc_quartz_should_quit
This commit is contained in:
parent
bbdd4f34b6
commit
3d98ba092f
@ -3712,7 +3712,7 @@ static gboolean
|
||||
gnc_quartz_should_quit (GtkosxApplication *theApp, GncMainWindow *window)
|
||||
{
|
||||
if (gnc_main_window_all_finish_pending())
|
||||
return gnc_main_window_quit (window);
|
||||
return !gnc_main_window_quit (window);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user