fix link drop into sidebar when dragging between items
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 29 Jan 2013 07:44:57 +0000 (07:44 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 29 Jan 2013 07:44:57 +0000 (07:44 +0000)
ticket #2232

SVN revision: 83414

ChangeLog
NEWS
src/bin/e_fm.c

index 96df9bc..59ecfd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 5bce5f7..329e397 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 435282c..c298d6a 100644 (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;