Call _e_fm2_dbus_mount_fail instead of _e_fm2_dbus_unmount_ok when

mount fails.



SVN revision: 49148
This commit is contained in:
Rafael Antognolli 2010-05-23 00:18:38 +00:00
parent d416ece384
commit de4fae0a96
1 changed files with 1 additions and 2 deletions

View File

@ -523,7 +523,7 @@ e_fm2_dbus_mount_fail(E_Volume *v)
EINA_LIST_FREE(v->mounts, m)
{
_e_fm2_dbus_unmount_ok(m);
_e_fm2_dbus_mount_fail(m);
_e_fm2_dbus_mount_free(m);
}
}
@ -568,7 +568,6 @@ _e_fm2_dbus_mount_ok(E_Fm2_Mount *m)
static void
_e_fm2_dbus_mount_fail(E_Fm2_Mount *m)
{
if (!m->mounted) return;
m->mounted = 0;
if (m->mount_point)
{