diff options
author | Alexander Larsson <alexl@redhat.com> | 2007-12-20 11:48:48 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-12-20 11:48:48 +0000 |
commit | 496cfe2689f7d687203998e90b2b343682c95846 (patch) | |
tree | d7ae5183a32dd4a3c9c022ac94d749cd8fdfdbea /programs | |
parent | 906960ade0efac716394ab7d09e7daf6dcdc3ace (diff) | |
download | gvfs-496cfe2689f7d687203998e90b2b343682c95846.tar.gz |
Update to new unmount flag api
2007-12-20 Alexander Larsson <alexl@redhat.com>
* client/gdaemonmount.c:
* hal/ghaldrive.c:
* hal/ghalmount.c:
* hal/ghalvolume.c:
* programs/gvfs-mount.c:
Update to new unmount flag api
svn path=/trunk/; revision=1057
Diffstat (limited to 'programs')
-rw-r--r-- | programs/gvfs-mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/gvfs-mount.c b/programs/gvfs-mount.c index 7b9c29ef..43a0459f 100644 --- a/programs/gvfs-mount.c +++ b/programs/gvfs-mount.c @@ -209,7 +209,7 @@ unmount (GFile *file) return; } - g_mount_unmount (mount, NULL, unmount_done_cb, NULL); + g_mount_unmount (mount, 0, NULL, unmount_done_cb, NULL); outstanding_mounts++; } |