r12224 - in /desktop/experimental/gnome-menus/debian: changelog patches/07_gnomevfs.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Aug 3 10:14:21 UTC 2007


Author: lool
Date: Fri Aug  3 10:14:21 2007
New Revision: 12224

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12224
Log:
* Update path 07_gnomevfs to use GnomeVFS to escape URIs; solves handling of
  pathnames with spaces; from Ubuntu; thanks Sébastien Bacher.

Modified:
    desktop/experimental/gnome-menus/debian/changelog
    desktop/experimental/gnome-menus/debian/patches/07_gnomevfs.patch

Modified: desktop/experimental/gnome-menus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-menus/debian/changelog?rev=12224&op=diff
==============================================================================
--- desktop/experimental/gnome-menus/debian/changelog (original)
+++ desktop/experimental/gnome-menus/debian/changelog Fri Aug  3 10:14:21 2007
@@ -2,8 +2,10 @@
 
   * Expand tabs in control.
   * Cleanup rules.
-
- -- Loic Minier <lool at dooz.org>  Fri, 03 Aug 2007 12:09:10 +0200
+  * Update path 07_gnomevfs to use GnomeVFS to escape URIs; solves handling of
+    pathnames with spaces; from Ubuntu; thanks Sébastien Bacher.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 03 Aug 2007 12:13:53 +0200
 
 gnome-menus (2.19.6-1) experimental; urgency=low
 

Modified: desktop/experimental/gnome-menus/debian/patches/07_gnomevfs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-menus/debian/patches/07_gnomevfs.patch?rev=12224&op=diff
==============================================================================
--- desktop/experimental/gnome-menus/debian/patches/07_gnomevfs.patch (original)
+++ desktop/experimental/gnome-menus/debian/patches/07_gnomevfs.patch Fri Aug  3 10:14:21 2007
@@ -143,7 +143,7 @@
 +
 +  event_info = g_new0 (MenuMonitorEventInfo, 1);
 +
-+  event_info->path    = g_strdup (info_uri+7);
++  event_info->path    = gnome_vfs_get_local_path_from_uri (info_uri);
 +  event_info->event   = event;
 +  event_info->monitor = monitor;
 +
@@ -157,7 +157,7 @@
 +  gchar *uri;
 +  GnomeVFSResult result;
 +
-+  uri = g_strconcat("file://",menu_monitor_get_path (monitor),NULL);
++  uri = gnome_vfs_get_uri_from_local_path (menu_monitor_get_path (monitor));
 +
 +  if (gnome_vfs_init () != TRUE)
 +    {




More information about the pkg-gnome-commits mailing list