4501e4c0e1
based on diffs by alek@ testing by Mikolaj Kucharski ok martynas@
13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
$OpenBSD: patch-libgnomevfs_xdgmime_c,v 1.2 2007/04/27 22:06:38 jasper Exp $
|
|
--- libgnomevfs/xdgmime.c.orig Tue Apr 10 14:03:59 2007
|
|
+++ libgnomevfs/xdgmime.c Thu Apr 19 21:20:04 2007
|
|
@@ -236,7 +236,7 @@ xdg_run_command_on_dirs (XdgDirectoryFunc func,
|
|
|
|
xdg_data_dirs = getenv ("XDG_DATA_DIRS");
|
|
if (xdg_data_dirs == NULL)
|
|
- xdg_data_dirs = "/usr/local/share/:/usr/share/";
|
|
+ xdg_data_dirs = "/var/db/gnome/:/usr/local/share/";
|
|
|
|
ptr = xdg_data_dirs;
|
|
|