commit seahorse for openSUSE:12.3
Hello community, here is the log from the commit of package seahorse for openSUSE:12.3 checked in at 2013-02-20 17:45:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/seahorse (Old) and /work/SRC/openSUSE:12.3/.seahorse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "seahorse", Maintainer is "gnome-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:12.3/seahorse/seahorse.changes 2013-01-31 01:37:53.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.seahorse.new/seahorse.changes 2013-02-20 17:45:43.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Feb 20 04:34:14 UTC 2013 - mike.catanzaro@gmail.com + +- Add seahorse-remove-bad-help-buttons.patch (bnc#804181) + +------------------------------------------------------------------- New: ---- seahorse-remove-bad-help-buttons.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seahorse.spec ++++++ --- /var/tmp/diff_new_pack.Vy708f/_old 2013-02-20 17:45:43.000000000 +0100 +++ /var/tmp/diff_new_pack.Vy708f/_new 2013-02-20 17:45:43.000000000 +0100 @@ -24,6 +24,8 @@ Group: Productivity/Security Url: http://projects.gnome.org/seahorse/ Source: http://download.gnome.org/sources/seahorse/3.6/%{name}-%{version}.tar.xz +# PATCH-FIX-OPENSUSE bnc#804181 bgo#659834 mike.catanzaro@gmail.com -- Remove help buttons that point to nowhere, submitted but not yet reviewed upstream +Patch0: seahorse-remove-bad-help-buttons.patch BuildRequires: fdupes BuildRequires: gpg2 BuildRequires: gpgme-devel @@ -55,6 +57,7 @@ %prep %setup -q translation-update-upstream +%patch0 -p1 %build %configure \ ++++++ seahorse-remove-bad-help-buttons.patch ++++++
From 97dab1647bdc2f50d642eb0278bc3399b4beb7ac Mon Sep 17 00:00:00 2001 From: Michael Catanzaro <mike.catanzaro@gmail.com> Date: Tue, 19 Feb 2013 22:27:28 -0600 Subject: [PATCH] Remove gkr-keyring, gkr-item-properties help
There is no article associated with these buttons, and there's not really any need for Help on these pages anyway. (bnc#804181) Various other patches including a varient of this one have been proposed upstream at bgo#659834; none have been accepted as of yet --- gkr/seahorse-gkr-item-properties.xml | 17 ----------------- gkr/seahorse-gkr-keyring.xml | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/gkr/seahorse-gkr-item-properties.xml b/gkr/seahorse-gkr-item-properties.xml index 7e38ecb..7a66e23 100644 --- a/gkr/seahorse-gkr-item-properties.xml +++ b/gkr/seahorse-gkr-item-properties.xml @@ -360,22 +360,6 @@ <property name="visible">True</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="helpbutton1"> - <property name="label">gtk-help</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="receives_default">False</property> - <property name="use_stock">True</property> - <signal name="clicked" handler="on_widget_help"/> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> - </child> - <child> <object class="GtkButton" id="closebutton1"> <property name="label">gtk-close</property> <property name="visible">True</property> @@ -401,7 +385,6 @@ </object> </child> <action-widgets> - <action-widget response="-11">helpbutton1</action-widget> <action-widget response="-7">closebutton1</action-widget> </action-widgets> </object> diff --git a/gkr/seahorse-gkr-keyring.xml b/gkr/seahorse-gkr-keyring.xml index e9a6c03..3474e53 100644 --- a/gkr/seahorse-gkr-keyring.xml +++ b/gkr/seahorse-gkr-keyring.xml @@ -145,22 +145,6 @@ <property name="visible">True</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="helpbutton1"> - <property name="label">gtk-help</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="receives_default">False</property> - <property name="use_stock">True</property> - <signal name="clicked" handler="on_widget_help"/> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> - </child> - <child> <object class="GtkButton" id="closebutton1"> <property name="label">gtk-close</property> <property name="visible">True</property> @@ -186,7 +170,6 @@ </object> </child> <action-widgets> - <action-widget response="-11">helpbutton1</action-widget> <action-widget response="-7">closebutton1</action-widget> </action-widgets> </object> -- 1.8.1.1 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de