r15738 - in /packages/unstable/system-config-printer/debian: changelog patches/08_stock_icons.patch
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Mon Apr 21 22:14:21 UTC 2008
Author: joss
Date: Mon Apr 21 22:14:20 2008
New Revision: 15738
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15738
Log:
08_stock_icons.patch: use the "add" icon to add a printer, and the
"new" icon to create a group, in both the toolbar and the menu.
Added:
packages/unstable/system-config-printer/debian/patches/08_stock_icons.patch
Modified:
packages/unstable/system-config-printer/debian/changelog
Modified: packages/unstable/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/system-config-printer/debian/changelog?rev=15738&op=diff
==============================================================================
--- packages/unstable/system-config-printer/debian/changelog (original)
+++ packages/unstable/system-config-printer/debian/changelog Mon Apr 21 22:14:20 2008
@@ -9,6 +9,8 @@
* Depend on python-notify. Closes: #471943.
* Depend on python-dbus.
* Don't require python-elementtree when python version is >= 2.5.
+ * 08_stock_icons.patch: use the "add" icon to add a printer, and the
+ "new" icon to create a group, in both the toolbar and the menu.
-- Josselin Mouette <joss at debian.org> Mon, 21 Apr 2008 18:50:08 +0200
Added: packages/unstable/system-config-printer/debian/patches/08_stock_icons.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/system-config-printer/debian/patches/08_stock_icons.patch?rev=15738&op=file
==============================================================================
--- packages/unstable/system-config-printer/debian/patches/08_stock_icons.patch (added)
+++ packages/unstable/system-config-printer/debian/patches/08_stock_icons.patch Mon Apr 21 22:14:20 2008
@@ -1,0 +1,20 @@
+--- system-config-printer.glade.orig 2008-02-13 19:12:40.000000000 +0100
++++ system-config-printer.glade 2008-04-22 00:14:07.193060063 +0200
+@@ -118,7 +118,7 @@
+ <child internal-child="image">
+ <widget class="GtkImage" id="image35">
+ <property name="visible">True</property>
+- <property name="stock">gtk-add</property>
++ <property name="stock">gtk-new</property>
+ <property name="icon_size">1</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+@@ -215,7 +215,7 @@
+ <property name="tooltip" translatable="yes">Create a new printer queue</property>
+ <property name="label" translatable="yes">New Printer</property>
+ <property name="use_underline">True</property>
+- <property name="stock_id">gtk-new</property>
++ <property name="stock_id">gtk-add</property>
+ <property name="visible_horizontal">True</property>
+ <property name="visible_vertical">True</property>
+ <property name="is_important">True</property>
More information about the pkg-gnome-commits
mailing list