[Pkg-utopia-commits] r1954 - in /packages/unstable/d-feet/debian: changelog patches/ patches/01fix-icon.diff

bigon-guest at users.alioth.debian.org bigon-guest at users.alioth.debian.org
Tue Dec 18 21:15:33 UTC 2007


Author: bigon-guest
Date: Tue Dec 18 21:15:33 2007
New Revision: 1954

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1954
Log:
* debian/patches/01fix-icon.diff: Fix warning due to unknow icon

Added:
    packages/unstable/d-feet/debian/patches/
    packages/unstable/d-feet/debian/patches/01fix-icon.diff
Modified:
    packages/unstable/d-feet/debian/changelog

Modified: packages/unstable/d-feet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/d-feet/debian/changelog?rev=1954&op=diff
==============================================================================
--- packages/unstable/d-feet/debian/changelog (original)
+++ packages/unstable/d-feet/debian/changelog Tue Dec 18 21:15:33 2007
@@ -1,5 +1,6 @@
 d-feet (0.1.6-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #455365)
+  * debian/patches/01fix-icon.diff: Fix warning due to unknow icon
 
  -- Laurent Bigonville <bigon at bigon.be>  Sun, 09 Dec 2007 22:17:38 +0100

Added: packages/unstable/d-feet/debian/patches/01fix-icon.diff
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/d-feet/debian/patches/01fix-icon.diff?rev=1954&op=file
==============================================================================
--- packages/unstable/d-feet/debian/patches/01fix-icon.diff (added)
+++ packages/unstable/d-feet/debian/patches/01fix-icon.diff Tue Dec 18 21:15:33 2007
@@ -1,0 +1,12 @@
+diff -Nur -x '*.orig' -x '*~' d-feet-0.1.6/dfeet/_ui/wnck_utils.py d-feet-0.1.6.new/dfeet/_ui/wnck_utils.py
+--- d-feet-0.1.6/dfeet/_ui/wnck_utils.py	2007-12-11 05:01:42.000000000 +0100
++++ d-feet-0.1.6.new/dfeet/_ui/wnck_utils.py	2007-12-18 22:10:21.000000000 +0100
+@@ -19,7 +19,7 @@
+         self.app_map = {}
+ 
+         icon_theme = gtk.icon_theme_get_default()
+-        self.default_icon = icon_theme.load_icon('icon-service', 16, 0)
++        self.default_icon = None
+ 
+         if has_libwnck:
+             screen = wnck.screen_get_default()




More information about the Pkg-utopia-commits mailing list