Tue Jun 11 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment Tue Jun 11 2002 Havoc Pennington <hp@redhat.com> - look for menus in redhat-menus Fri Jun 07 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment Wed Jun 05 2002 Havoc Pennington <hp@redhat.com> - 1.9.16 Sun May 26 2002 Tim Powers <timp@redhat.com> - automated rebuild Mon May 20 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment Mon May 20 2002 Havoc Pennington <hp@redhat.com> - 1.9.15 - comment out docdir patch for now Fri May 03 2002 Havoc Pennington <hp@redhat.com> - 1.9.14 Thu Apr 04 2002 Jeremy Katz <katzj@redhat.com> - 1.9.11 - update file list Thu Feb 14 2002 Havoc Pennington <hp@redhat.com> - 1.9.7 Thu Jan 31 2002 Owen Taylor <otaylor@redhat.com> - Fix location of installed docs not to conflict with gnome-vfs1 Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com> - Rebuild with new libs Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuildf38
parent
63de71827c
commit
6385709b37
@ -1 +1 @@
|
||||
gnome-vfs-1.9.4.91.tar.gz
|
||||
gnome-vfs-1.9.16.tar.bz2
|
||||
|
@ -0,0 +1,14 @@
|
||||
--- gnome-vfs-1.9.16/modules/vfolder-desktop-method.c.moved-menu-files Tue Jun 11 17:39:20 2002
|
||||
+++ gnome-vfs-1.9.16/modules/vfolder-desktop-method.c Tue Jun 11 17:43:17 2002
|
||||
@@ -1433,9 +1433,8 @@
|
||||
|
||||
info->scheme = g_strdup (scheme);
|
||||
|
||||
- info->filename = g_strconcat (SYSCONFDIR,
|
||||
- "/gnome-vfs-2.0/vfolders/",
|
||||
- scheme, ".vfolder-info",
|
||||
+ info->filename = g_strconcat (SYSCONFDIR, "/X11/desktop-menus/",
|
||||
+ scheme, ".menu",
|
||||
NULL);
|
||||
info->user_filename = g_strconcat (g_get_home_dir (),
|
||||
"/" DOT_GNOME "/vfolders/",
|
Loading…
Reference in new issue