~ubuntu-branches/ubuntu/warty/gnome-vfs2/warty

« back to all changes in this revision

Viewing changes to debian/patches/09_pmount.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-11 16:04:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011160446-lc0ervct24rylahc
Tags: 2.8.2-0ubuntu1
* New upstream release:
  - performance increase in gnome-vfs-volume-monitor.
  - make folders open with components, to make run-dialog work for folders.
  - add support for additional headers to http backend (Warty: #2163).
  - default to the workgroup specified in smb.conf for network://.
* debian/patches/13_ssl_crash.patch:
  - removed, these changes are in the new version.
* debian/patches/14_default-workgroup.patch:
  - removed, these changes are in the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- gnome-vfs2-2.7.92.orig/libgnomevfs/gnome-vfs-volume-ops.c
 
2
+++ gnome-vfs2-2.7.92/libgnomevfs/gnome-vfs-volume-ops.c
 
3
@@ -57,6 +57,7 @@
 
4
 };
 
5
 
 
6
 static const char *umount_known_locations [] = {
 
7
+       "/usr/bin/pumount", "/bin/pumount",
 
8
        "/sbin/umount", "/bin/umount",
 
9
        "/usr/sbin/umount", "/usr/bin/umount",
 
10
        NULL
 
11
@@ -339,7 +340,7 @@
 
12
               name = mount_point;
 
13
        }
 
14
 #else
 
15
-       name = mount_point;
 
16
+       name = device_path;
 
17
 #endif
 
18
        
 
19
        if (should_mount) {