From 758467c17f92ef74ee904ab0d3be2755528763f3 Mon Sep 17 00:00:00 2001 From: codewarrior Date: Sun, 23 Oct 2005 13:39:57 +0000 Subject: [PATCH] - fix rename function SVN revision: 17812 --- src/bin/e_fileman_smart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_fileman_smart.c b/src/bin/e_fileman_smart.c index fb83d7430..1119f40b7 100644 --- a/src/bin/e_fileman_smart.c +++ b/src/bin/e_fileman_smart.c @@ -2179,12 +2179,12 @@ _e_fm_win_mouse_up_cb(void *data, int type, void *event) evas_object_del(icon->sd->entry_object); icon->sd->entry_object = NULL; - e_fm_file_rename(icon->file, name); + _e_fm_file_rename(icon, name); ecore_event_handler_del(e_fm_mouse_up_handler); e_fm_mouse_up_handler = NULL; - e_grabinput_release(icon->sd->win->evas_win, icon->sd->win->evas_win); + e_grabinput_release(icon->sd->win->evas_win, icon->sd->win->evas_win); return 0; }