This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 97381d2fe5874327574fe57bc54bd3c136fc250f
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Wed Jun 12 09:58:29 2024 +0100

    fix drop over tracking
---
 src/efm/efm_dnd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/efm/efm_dnd.c b/src/efm/efm_dnd.c
index 55e6cb9..d476573 100644
--- a/src/efm/efm_dnd.c
+++ b/src/efm/efm_dnd.c
@@ -67,6 +67,7 @@ static void
 _dnd_over_none_handle(Smart_Data *sd)
 {
   if (sd->over_icon) _icon_over_off(sd->over_icon);
+  sd->over_icon = NULL;
 }
 
 static void
@@ -168,8 +169,8 @@ _cb_drop(void *data, Evas_Object *o EINA_UNUSED, Elm_Selection_Data *ev)
       printf("XXX: DND DROP OVER [%s]\n", sd->drop_over->info.file);
       _icon_path_cmd_strbuf_append(buf, "over", sd, sd->drop_over);
     }
-
   else printf("XXX: DND DROP ...\n");
+
   tmp = malloc(ev->len + 1);
   if (!tmp) goto err;
   memcpy(tmp, ev->data, ev->len);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to