improvement: clicking filemanager during rename cancels rename

This commit is contained in:
discomfitor 2013-09-19 16:54:24 +01:00
parent 3fb3b3520b
commit 9aea17a978
3 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
2013-09-19 Mike Blumenkrantz
* Fix bug where new files could not be created repeatedly
* Clicking in the filemanager when renaming cancels the rename
2013-08-30 Mike Blumenkrantz

1
NEWS
View File

@ -149,6 +149,7 @@ Improvements:
* added check changed to shelf config dialog
* udisks2 support
* Navigate menu item now opens $HOME
* Clicking in the filemanager when renaming cancels the rename
Fixes:
* IBar menu didn't allow to configure different icon sources, show contents menu even on empty IBar.

View File

@ -8041,6 +8041,8 @@ _e_fm2_cb_mouse_down(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__
sd = data;
ev = event_info;
_e_fm2_typebuf_hide(sd->obj);
if (sd->iop_icon)
_e_fm2_icon_entry_widget_del(sd->iop_icon);
if (ev->button == 1)
{
Eina_List *l;