Skip to content

Commit

Permalink
Bug #637331: Cancelling quit crashes on OSX Leopard. Turns off handli…
Browse files Browse the repository at this point in the history
…ng shortcuts by OSX, everything goes through Gtk.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19965 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
jralls committed Dec 20, 2010
1 parent 64d245d commit 1f65a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gnome-utils/gnc-main-window.c
Expand Up @@ -4018,6 +4018,7 @@ 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
}
Expand Down

0 comments on commit 1f65a1d

Please sign in to comment.