summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet/files/patch-deskbar_Utils.py
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
commit2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch)
treea95d6ef7b169e6753fca6a89006355f69851345e /deskutils/deskbar-applet/files/patch-deskbar_Utils.py
parent97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff)
downloadmarcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet/files/patch-deskbar_Utils.py')
-rw-r--r--deskutils/deskbar-applet/files/patch-deskbar_Utils.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/deskbar-applet/files/patch-deskbar_Utils.py b/deskutils/deskbar-applet/files/patch-deskbar_Utils.py
deleted file mode 100644
index 773c8e15a..000000000
--- a/deskutils/deskbar-applet/files/patch-deskbar_Utils.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- deskbar/Utils.py.orig Tue Nov 1 20:32:51 2005
-+++ deskbar/Utils.py Tue Nov 1 20:33:08 2005
-@@ -10,7 +10,7 @@
-
- sysdirs = os.getenv("XDG_DATA_DIRS")
- if sysdirs == None:
-- sysdirs = "/usr/local/share:/usr/share"
-+ sysdirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/"
-
- dirs = "%s:%s" % (dirs, sysdirs)
- return [dir for dir in dirs.split(":") if dir.strip() != "" and exists(dir)]