From 1cc67fa9a12c6cd863f2a8221f1bdb9b5224bfe3 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 31 Oct 2012 16:30:01 +0000 Subject: [PATCH] typo SVN revision: 78713 --- src/modules/fileman/e_fwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fileman/e_fwin.c b/src/modules/fileman/e_fwin.c index 44f7c0ada..e229b0a6b 100644 --- a/src/modules/fileman/e_fwin.c +++ b/src/modules/fileman/e_fwin.c @@ -327,7 +327,7 @@ _e_fwin_dnd_end_cb(E_Fwin *fwin, Evas_Object *obj __UNUSED__, void *event_info _ /* NOTE: closing the drop target window here WILL break things */ fwin = drag_fwin->spring_parent; if (!fwin) return; - e_fm2_refresh(fwin->fm_obj); + e_fm2_refresh(fwin->cur_page->fm_obj); fwin->spring_child->spring_parent = NULL; fwin->spring_child = NULL;