diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-01 16:12:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-01 16:12:27 +0800 |
commit | 2c4be2adc2a3962b4b498837db25afe3b8f0382a (patch) | |
tree | feeccd641720dd559f24c9d394dc1de00bfd4bb3 /devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c | |
parent | 0ae79c728dd0ca00c031643dd23529b420e70330 (diff) | |
download | marcuscom-ports-2c4be2adc2a3962b4b498837db25afe3b8f0382a.tar.gz marcuscom-ports-2c4be2adc2a3962b4b498837db25afe3b8f0382a.tar.zst marcuscom-ports-2c4be2adc2a3962b4b498837db25afe3b8f0382a.zip |
Update to 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2340 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c')
-rw-r--r-- | devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c b/devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c new file mode 100644 index 000000000..a07d0bc81 --- /dev/null +++ b/devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c @@ -0,0 +1,11 @@ +--- modules/vfolder/vfolder-info.c.orig Fri Nov 29 13:40:11 2002 ++++ modules/vfolder/vfolder-info.c Fri Nov 29 13:40:19 2002 +@@ -1721,7 +1721,7 @@ + + for (i = 0; ppath[i] != NULL; i++) { + dir = g_build_filename (ppath[i], +- "/share/applications/", ++ "/share/gnome/applications/", + NULL); + id = itemdir_new (info, + dir, |