commit fc0252c34206757bb12bc6fd918e3de075ad3490 Author: Harald Judt Date: Mon Oct 22 18:16:50 2012 +0200 Do not call eject in thunar_device_volume_mount_finished. Fix copy & paste error. diff --git a/thunar/thunar-device.c b/thunar/thunar-device.c index 7f20a62..a2b0f5e 100644 --- a/thunar/thunar-device.c +++ b/thunar/thunar-device.c @@ -338,8 +338,8 @@ thunar_device_volume_mount_finished (GObject *object, _thunar_return_if_fail (G_IS_VOLUME (object)); _thunar_return_if_fail (G_IS_ASYNC_RESULT (result)); - /* finish the eject */ - if (!g_volume_eject_with_operation_finish (G_VOLUME (object), result, &error)) + /* finish the mount */ + if (!g_volume_mount_finish (G_VOLUME (object), result, &error)) { /* unset the error if a helper program has already interacted with the user */ if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_FAILED_HANDLED)