backport previous efm fix

SVN revision: 83415
This commit is contained in:
Mike Blumenkrantz 2013-01-29 07:46:27 +00:00
parent 4fb3ad6c35
commit fce4ad17c5
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-01-29 Mike Blumenkrantz
* fixed bug where dragging files into sidebar would move them instead of creating links
2013-01-23 Mike Blumenkrantz
* module error dialog is no longer remembered across restarts

1
NEWS
View File

@ -45,3 +45,4 @@ Fixes:
* fixed path setting in import dialog
* fixed possible NULL deref in desktop editor
* fixed possible NULL deref in e_sys when debugging
* fixed bug where dragging files into sidebar would move them instead of creating links

View File

@ -6930,7 +6930,7 @@ _e_fm2_cb_dnd_selection_notify(void *data, const char *type, void *event)
}
else if (e_drop_handler_action_get() == ECORE_X_ATOM_XDND_ACTION_MOVE)
{
if (sd->config->view.link_drop && (!sd->drop_icon))
if (sd->config->view.link_drop)
lnk = do_lnk = EINA_TRUE;
else
do_move = EINA_TRUE;