r23576 - in /packages/unstable/netspeed/debian: changelog patches/01_stock_icons.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Apr 7 19:06:24 UTC 2010


Author: joss
Date: Wed Apr  7 19:06:18 2010
New Revision: 23576

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23576
Log:
01_stock_icons.patch: new patch. Use go-up and go-down stock icons 
to represent upload and download.

Added:
    packages/unstable/netspeed/debian/patches/01_stock_icons.patch
Modified:
    packages/unstable/netspeed/debian/changelog

Modified: packages/unstable/netspeed/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/netspeed/debian/changelog?rev=23576&op=diff
==============================================================================
--- packages/unstable/netspeed/debian/changelog [utf-8] (original)
+++ packages/unstable/netspeed/debian/changelog [utf-8] Wed Apr  7 19:06:18 2010
@@ -1,3 +1,10 @@
+netspeed (0.15.2-2) unstable; urgency=low
+
+  * 01_stock_icons.patch: new patch. Use go-up and go-down stock icons 
+    to represent upload and download.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 07 Apr 2010 20:16:54 +0200
+
 netspeed (0.15.2-1) unstable; urgency=low
 
   [ Loic Minier ]

Added: packages/unstable/netspeed/debian/patches/01_stock_icons.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/netspeed/debian/patches/01_stock_icons.patch?rev=23576&op=file
==============================================================================
--- packages/unstable/netspeed/debian/patches/01_stock_icons.patch (added)
+++ packages/unstable/netspeed/debian/patches/01_stock_icons.patch [utf-8] Wed Apr  7 19:06:18 2010
@@ -1,0 +1,13 @@
+--- src/netspeed.c.orig	2010-04-07 20:13:09.794864350 +0200
++++ src/netspeed.c	2010-04-07 20:14:22.742865687 +0200
+@@ -46,8 +46,8 @@
+ 	"netspeed-wireless-100"
+ };
+ 
+-static const char IN_ICON[] = "stock_navigate-next";
+-static const char OUT_ICON[] = "stock_navigate-prev";
++static const char IN_ICON[] = "go-down";
++static const char OUT_ICON[] = "go-up";
+ static const char ERROR_ICON[] = "gtk-dialog-error";
+ static const char LOGO_ICON[] = "netspeed-applet";
+ 




More information about the pkg-gnome-commits mailing list