clear efm file buffer after cut+paste operation

fix T1455
This commit is contained in:
Mike Blumenkrantz 2014-07-27 15:47:48 -04:00
parent cc8d315aad
commit 8233bf8c25
1 changed files with 1 additions and 0 deletions

View File

@ -3631,6 +3631,7 @@ _e_fm2_file_paste(Evas_Object *obj)
e_fm2_client_file_symlink(sd->obj, args);
else
e_fm2_client_file_move(sd->obj, args);
_e_fm_file_buffer_clear();
}
free(args);