r23085 - gnucash/trunk/src/gnome-utils - Bug 701670: Command-V in reconcile window pastes data in register

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


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

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
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/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2013-07-02 18:47:31 UTC (rev 23084)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2013-07-02 20:16:11 UTC (rev 23085)
@@ -3552,6 +3552,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