do show removable media on first sighting (wtf?)

fix T1227
This commit is contained in:
Mike Blumenkrantz 2014-05-07 17:06:49 -04:00
parent 2cc4ae1fb8
commit 810f44d25f
1 changed files with 1 additions and 1 deletions

View File

@ -3005,7 +3005,7 @@ e_fm2_client_data(Ecore_Ipc_Event_Client_Data *e)
e_fm2_device_volume_add(v);
if (v->mounted)
e_fm2_device_mount(v, NULL, NULL, NULL, NULL, NULL);
else if (e_config->device_auto_mount && !v->first_time)
else if ((!starting) && e_config->device_auto_mount && v->first_time)
_e_fm2_client_mount(v->udi, v->mount_point);
if (e_config->device_desktop)
e_fm2_device_show_desktop_icons();