rpms/gnucash/devel gnucash-2.3.7-label.patch, NONE, 1.1 gnucash.spec, 1.104, 1.105

Bill Nottingham notting at fedoraproject.org
Tue Dec 1 17:35:16 UTC 2009


Author: notting

Update of /cvs/extras/rpms/gnucash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17350

Modified Files:
	gnucash.spec 
Added Files:
	gnucash-2.3.7-label.patch 
Log Message:
- Fix accelerators (#533019, #541915)



gnucash-2.3.7-label.patch:
 dialog-utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnucash-2.3.7-label.patch ---
diff -up gnucash-2.3.7/src/gnome-utils/dialog-utils.c.foo gnucash-2.3.7/src/gnome-utils/dialog-utils.c
--- gnucash-2.3.7/src/gnome-utils/dialog-utils.c.foo	2009-12-01 12:13:08.000000000 -0500
+++ gnucash-2.3.7/src/gnome-utils/dialog-utils.c	2009-12-01 12:13:33.000000000 -0500
@@ -907,7 +907,7 @@ gnc_gtk_dialog_add_button (GtkWidget *di
 {
   GtkWidget *button;
 
-  button = gtk_button_new_with_label(label);
+  button = gtk_button_new_with_mnemonic(label);
   if (stock_id) {
     GtkWidget *image;
 


Index: gnucash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnucash/devel/gnucash.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -p -r1.104 -r1.105
--- gnucash.spec	1 Dec 2009 16:55:54 -0000	1.104
+++ gnucash.spec	1 Dec 2009 17:35:16 -0000	1.105
@@ -17,6 +17,7 @@ BuildRequires: desktop-file-utils, texin
 BuildRequires: gettext, slib >= 3a1-5, libtool, intltool
 BuildRequires: python-devel, libdbi-devel
 Patch0: gnucash-quiet.patch
+Patch1: gnucash-2.3.7-label.patch
 Requires: gnucash-docs >= 2.2.0
 Requires: slib >= 3a1-5
 Requires: perl(Finance::Quote)
@@ -38,6 +39,7 @@ balanced books.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 find src/quotes -name "*.in" -exec sed -i "s|use lib '@-PERLINCL-@';||g" {} \;
 
 %build
@@ -130,6 +132,7 @@ fi
 %changelog
 * Tue Dec  1 2009 Bill Nottingham <notting at redhat.com> - 2.3.7-1
 - Update to development version.
+- Fix accelerators (#533019, #541915)
 
 * Wed Aug 12 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.2.9-3
 - Use lzma compressed upstream tarball.




More information about the fedora-extras-commits mailing list