aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-menus/files
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-05-28 23:44:47 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-05-28 23:44:47 +0000
commitd03c7ec7bf37f6da715cfbc8eda225ac0258cd71 (patch)
treeff4534ae7ebd3a192f5c05769b76454d27aa7418 /x11/gnome-menus/files
parenta7751e1f344594f0f6b63b3d5deaff87050e8169 (diff)
downloadports-d03c7ec7bf37f6da715cfbc8eda225ac0258cd71.tar.gz
ports-d03c7ec7bf37f6da715cfbc8eda225ac0258cd71.zip
Notes
Diffstat (limited to 'x11/gnome-menus/files')
-rw-r--r--x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py
index 5620119697f0..5272bec03af4 100644
--- a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py
+++ b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py
@@ -14,7 +14,7 @@
data_dirs = os.environ["XDG_DATA_DIRS"]
if not data_dirs:
- data_dirs = "/usr/local/share/:/usr/share/"
-+ data_dirs = "%%X11BASE%%/share/gnome/:%%LOCALBASE%%/share/gnome/:%%X11BASE%%/share/:%%LOCALBASE%%/share/:/usr/share/"
++ data_dirs = "%%LOCALBASE%%/share/gnome/:%%LOCALBASE%%/share/:/usr/share/"
for data_dir in data_dirs.split (":"):
retval = load_icon_from_path (os.path.join (data_dir, "pixmaps", icon_value))