SOURCES: gnome-bluetooth-manager_py.patch (NEW) - patch from http:...
wolvverine
wolvverine at pld-linux.org
Mon Apr 3 05:40:22 CEST 2006
Author: wolvverine Date: Mon Apr 3 03:40:22 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- patch from http://bugzilla.gnome.org/browse.cgi?product=gnome-bluetooth
---- Files affected:
SOURCES:
gnome-bluetooth-manager_py.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gnome-bluetooth-manager_py.patch
diff -u /dev/null SOURCES/gnome-bluetooth-manager_py.patch:1.1
--- /dev/null Mon Apr 3 05:40:22 2006
+++ SOURCES/gnome-bluetooth-manager_py.patch Mon Apr 3 05:40:17 2006
@@ -0,0 +1,12 @@
+diff -urN gnome-bluetooth-0.7.0.orig/python/manager.py gnome-bluetooth-0.7.0/python/manager.py
+--- gnome-bluetooth-0.7.0.orig/python/manager.py 2005-08-07 18:51:50.000000000 +0200
++++ gnome-bluetooth-0.7.0/python/manager.py 2006-04-03 04:39:08.000000000 +0200
+@@ -265,7 +265,7 @@
+ dialog.show ()
+
+ def image_file (self, fname):
+- for d in [os.path.join (__datadir__, "pixmaps"), "../pixmaps"]:
++ for d in [os.path.join (__datadir__, "pixmaps"), os.path.join (__datadir__, "../pixmaps"), "../pixmaps"]:
+ if os.path.isfile (os.path.join (d, fname)):
+ return os.path.join (d, fname)
+ return None
================================================================
More information about the pld-cvs-commit
mailing list