N_SE-24911 unset edit mode after add to playlist operation
authorHyungmin Kim <hm2007.kim@samsung.com>
Tue, 12 Feb 2013 01:45:14 +0000 (10:45 +0900)
committerHyungmin Kim <hm2007.kim@samsung.com>
Tue, 12 Feb 2013 01:45:14 +0000 (10:45 +0900)
Change-Id: I07f5f509bd173d29102044fd4520675fbe5c5285

src/view/mp-edit-view.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index f5d61ca..c4b9647
@@ -499,7 +499,8 @@ _mp_edit_view_progress_popup_response_cb(void *data, Evas_Object * obj, void *ev
 
        int selected_count = layout_data->selected_count;
 
-       mp_edit_view_cencel_cb(layout_data, NULL, NULL);
+       mp_view_layout_set_edit_mode(layout_data, false);
+       mp_util_unset_rename(layout_data);
 
        DEBUG_TRACE("selected_count, %d, error_count: %d", selected_count, layout_data->error_count);