r23086 - gnucash/branches/2.4/src/gnome-utils - [r23085]Bug 701670: Command-V in reconcile window pastes data in register

John Ralls jralls at code.gnucash.org
Tue Jul 2 16:25:43 EDT 2013


Author: jralls
Date: 2013-07-02 16:25:43 -0400 (Tue, 02 Jul 2013)
New Revision: 23086
Trac: http://svn.gnucash.org/trac/changeset/23086

Modified:
   gnucash/branches/2.4/src/gnome-utils/gnc-main-window.c
Log:
[r23085]Bug 701670: Command-V in reconcile window pastes data in register

Disable quartz accelerators: They grab menu accelerators without regard
to focus GtkWindows, breaking bindings.

Modified: gnucash/branches/2.4/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/branches/2.4/src/gnome-utils/gnc-main-window.c	2013-07-02 20:16:11 UTC (rev 23085)
+++ gnucash/branches/2.4/src/gnome-utils/gnc-main-window.c	2013-07-02 20:25:43 UTC (rev 23086)
@@ -3458,6 +3458,7 @@
     gtkosx_application_set_window_menu(theApp, GTK_MENU_ITEM(item));
     g_signal_connect(theApp, "NSApplicationBlockTermination",
                      G_CALLBACK(gnc_quartz_should_quit), window);
+    gtkosx_application_set_use_quartz_accelerators (theApp, FALSE);
 
 }
 #endif //MAC_INTEGRATION



More information about the gnucash-changes mailing list