discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=810f44d25fedcf5f4cbd6f424192c98108f555c0
commit 810f44d25fedcf5f4cbd6f424192c98108f555c0 Author: Mike Blumenkrantz <[email protected]> Date: Wed May 7 17:06:49 2014 -0400 do show removable media on first sighting (wtf?) fix T1227 --- src/bin/e_fm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index e7aed91..0741a1d 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -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(); --
