fix link drop into sidebar when dragging between items

ticket #2232


SVN revision: 83414
This commit is contained in:
Mike Blumenkrantz 2013-01-29 07:44:57 +00:00
parent 2b7de105c7
commit c123546657
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 Chris Michael
* add support for AltGr in illume2's E_Kbd_Buf_Key, fix related leak

1
NEWS
View File

@ -121,3 +121,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

@ -6942,7 +6942,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;