discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=11e4a5bbe4627f7ba44ddfa8df0c6a016c78cf44
commit 11e4a5bbe4627f7ba44ddfa8df0c6a016c78cf44 Author: zmike <michael.blumenkra...@gmail.com> Date: Mon Jan 19 15:24:07 2015 -0500 fix filesystem updating to use current filesystem view for update base --- src/bin/empc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/empc.c b/src/bin/empc.c index 535e52d..9901202 100644 --- a/src/bin/empc.c +++ b/src/bin/empc.c @@ -1722,7 +1722,7 @@ filesystem_button_update(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, v } } if (!items) - empd_empdd_update_call(empd_proxy, "/"); + empd_empdd_update_call(empd_proxy, evas_object_data_get(eina_list_last_data_get(filesystems), "uri")); } static void --