summaryrefslogtreecommitdiff
path: root/monitor/udisks2/gvfsudisks2drive.c
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2012-05-15 12:52:08 -0400
committerDavid Zeuthen <davidz@redhat.com>2012-05-15 12:53:05 -0400
commit3ac0a803e4fe58a4ac1b82a5770468c6801e93ab (patch)
treecf64472b7b4d9b966eb232dce0f68b577e4459e0 /monitor/udisks2/gvfsudisks2drive.c
parentffc6b5a3175259bca65f96e15c7501a6fa2570bb (diff)
downloadgvfs-3ac0a803e4fe58a4ac1b82a5770468c6801e93ab.tar.gz
udisks2: Show "Eject Anyway" (not "Unmount Anyway") if ejecting
... instead of unmounting. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'monitor/udisks2/gvfsudisks2drive.c')
-rw-r--r--monitor/udisks2/gvfsudisks2drive.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/monitor/udisks2/gvfsudisks2drive.c b/monitor/udisks2/gvfsudisks2drive.c
index da095480..87747ac3 100644
--- a/monitor/udisks2/gvfsudisks2drive.c
+++ b/monitor/udisks2/gvfsudisks2drive.c
@@ -646,6 +646,13 @@ gvfs_udisks2_drive_eject_with_operation (GDrive *_drive,
{
GVfsUDisks2Drive *drive = GVFS_UDISKS2_DRIVE (_drive);
+ /* This information is needed in GVfsDdisks2Volume when apps have
+ * open files on the device ... we need to know if the button should
+ * be "Unmount Anyway" or "Eject Anyway"
+ */
+ if (mount_operation != NULL)
+ g_object_set_data (G_OBJECT (mount_operation), "x-udisks2-is-eject", GINT_TO_POINTER (1));
+
/* first we need to go through all the volumes and unmount their assoicated mounts (if any) */
unmount_mounts (drive,
flags,