Package: synaptic
Version: 0.62.1
Tags: patch

When packages can be upgraded, I usually try a smart upgrade.  If that
would remove packages that aren't obsolete (e.g., if a new
architecture-independent package is available but the corresponding
architecture-specific package isn't and they must have the same
version), I try a default upgrade.  While there are obviously bigger
improvements that could be made to this workflow, one small but
helpful improvement would be to provide mnemonics for the Default
Upgrade and Smart Upgrade buttons in the upgrade dialog.  The attached
patch does so.

-- 
Matt                                                 http://ftbfs.org/
diff -ru synaptic-0.62.1~/gtk/glade/dialog_upgrade.glade 
synaptic-0.62.1/gtk/glade/dialog_upgrade.glade
--- synaptic-0.62.1~/gtk/glade/dialog_upgrade.glade     2008-07-17 
04:26:39.000000000 -0700
+++ synaptic-0.62.1/gtk/glade/dialog_upgrade.glade      2008-07-17 
04:47:32.000000000 -0700
@@ -49,7 +49,7 @@
              <property name="visible">True</property>
              <property name="can_default">True</property>
              <property name="can_focus">True</property>
-             <property name="label" translatable="yes">Default 
Upgrade</property>
+             <property name="label" translatable="yes">_Default 
Upgrade</property>
              <property name="use_underline">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
              <property name="focus_on_click">True</property>
@@ -63,7 +63,7 @@
              <property name="can_default">True</property>
              <property name="has_default">True</property>
              <property name="can_focus">True</property>
-             <property name="label" translatable="yes">Smart Upgrade</property>
+             <property name="label" translatable="yes">_Smart 
Upgrade</property>
              <property name="use_underline">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
              <property name="focus_on_click">True</property>

Reply via email to