AUDIT: r15947 - gnucash/trunk/src/gnome-utils - Use correct mnemonic widget for "_Parent Account" in account dialog, #431963.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Apr 21 08:26:22 EDT 2007


Author: andi5
Date: 2007-04-21 08:26:20 -0400 (Sat, 21 Apr 2007)
New Revision: 15947
Trac: http://svn.gnucash.org/trac/changeset/15947

Modified:
   gnucash/trunk/src/gnome-utils/dialog-account.c
Log:
Use correct mnemonic widget for "_Parent Account" in account dialog, #431963.

BP


Modified: gnucash/trunk/src/gnome-utils/dialog-account.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-account.c	2007-04-21 12:00:56 UTC (rev 15946)
+++ gnucash/trunk/src/gnome-utils/dialog-account.c	2007-04-21 12:26:20 UTC (rev 15947)
@@ -1263,7 +1263,7 @@
   gtk_widget_show (GTK_WIDGET(aw->transfer_tree));
 
   label = glade_xml_get_widget (xml, "parent_label");
-  gtk_label_set_mnemonic_widget (GTK_LABEL(label), aw->transfer_tree);
+  gtk_label_set_mnemonic_widget (GTK_LABEL(label), GTK_WIDGET(aw->parent_tree));
 
   /* This goes at the end so the select callback has good data. */
   aw->type_view = glade_xml_get_widget (xml, "type_view");



More information about the gnucash-changes mailing list