rpms/epiphany/devel clear-button.patch, NONE, 1.1 epiphany.spec, 1.237, 1.238

Matthias Clasen mclasen at fedoraproject.org
Mon Aug 10 20:29:45 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/epiphany/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8602

Modified Files:
	epiphany.spec 
Added Files:
	clear-button.patch 
Log Message:
Fix a mnemonic mishap


clear-button.patch:
 ephy-history-window.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE clear-button.patch ---
diff -up epiphany-2.27.5/src/ephy-history-window.c.clear-button epiphany-2.27.5/src/ephy-history-window.c
--- epiphany-2.27.5/src/ephy-history-window.c.clear-button	2009-08-10 16:24:43.891160277 -0400
+++ epiphany-2.27.5/src/ephy-history-window.c	2009-08-10 16:25:08.598912677 -0400
@@ -245,6 +245,7 @@ confirmation_dialog_construct (EphyHisto
 				     GTK_WINDOW (dialog));
 	
 	button = gtk_button_new_with_label (_("Cl_ear"));
+	gtk_button_set_use_underline (GTK_BUTTON (button), TRUE);
 	image = gtk_image_new_from_stock (GTK_STOCK_CLEAR, GTK_ICON_SIZE_BUTTON);
 	gtk_button_set_image (GTK_BUTTON (button), image);
 	/* don't show the image! see bug #307818 */


Index: epiphany.spec
===================================================================
RCS file: /cvs/pkgs/rpms/epiphany/devel/epiphany.spec,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -p -r1.237 -r1.238
--- epiphany.spec	28 Jul 2009 17:25:42 -0000	1.237
+++ epiphany.spec	10 Aug 2009 20:29:45 -0000	1.238
@@ -8,7 +8,7 @@
 Summary: Web browser for GNOME
 Name: epiphany
 Version: 2.27.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 %define major_version 2.27
 Provides: epiphany(abi) = %{major_version}
 License: GPLv2+ and GFDL
@@ -51,6 +51,7 @@ BuildRequires: libsoup-devel
 # Patches
 Patch0: epiphany-1.0.1-home-page.patch
 Patch2: epiphany-2.18.1-default-bookmarks.patch
+Patch3: clear-button.patch
 
 %description
 Epiphany is the web browser for the GNOME desktop. Its goal is to be
@@ -96,6 +97,8 @@ Install epiphany-devel if you want to wr
 
 %patch0 -p1 -b .homepage
 %patch2 -p1 -b .default-bookmarks
+%patch3 -p1 -b .clear-button
+
 # Fedora Epiphany version
 cat >> data/default-prefs-common.js << EOF
 pref("general.useragent.vendor", "Fedora");
@@ -243,6 +246,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/epiphany
 
 %changelog
+* Mon Aug 10 2009 Matthias Clasen <mclasen at redhat.com> - 2.27.5-2
+- Fix a mnemonic mishap
+
 * Tue Jul 28 2009 Matthias Clasen <mclasen at redhat.com> - 2.27.5-1
 - Update to 2.27.5
 




More information about the scm-commits mailing list