diff options
-rw-r--r-- | thunar/thunar-tree-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-tree-view.c b/thunar/thunar-tree-view.c index 5a4aca4b..33777590 100644 --- a/thunar/thunar-tree-view.c +++ b/thunar/thunar-tree-view.c @@ -2098,7 +2098,7 @@ thunar_tree_view_mount_finish (ThunarDevice *device, thunar_dialogs_show_error (GTK_WIDGET (data->view), error, _("Failed to mount \"%s\""), device_name); g_free (device_name); } - else + else if (thunar_device_is_mounted (device)) { if (G_LIKELY (data->open_after_mounting)) { |