But other parts of E expects it to be gone, so it was right for them :)
Anyway, need to track down all internal users who listens to file drops
and fix correctly.

Sebastian

> Log:
>   DONT strip file://! efm etc. expects it.. as its a uri! dnd broke as of
> this
>   change completely... bad englebass! bad! spank! :)
>
>
> Author:       raster
> Date:         2010-04-27 20:30:31 -0700 (Tue, 27 Apr 2010)
> New Revision: 48379
>
> Modified:
>   trunk/e/src/bin/e_dnd.c
>
> Modified: trunk/e/src/bin/e_dnd.c
> ===================================================================
> --- trunk/e/src/bin/e_dnd.c   2010-04-28 03:30:20 UTC (rev 48378)
> +++ trunk/e/src/bin/e_dnd.c   2010-04-28 03:30:31 UTC (rev 48379)
> @@ -764,7 +764,7 @@
>            /* A little bit of caching to avoid trips to X. */
>            cache.win = root;
>  // wtf - get root of root window? pointless!
> -//        cache.root = ecore_x_window_root_get(root);
> +          cache.root = ecore_x_window_root_get(root);
>            cache.root = root;
>         }
>       win = ecore_x_window_shadow_tree_at_xy_with_skip_get(cache.root, x, y,
> ignore_win, 2);
> @@ -1389,7 +1389,7 @@
>         {
>            /* TODO: Check if hostname is in file:// uri */
>            if (!strncmp(files->files[i], "file://", 7))
> -            l = eina_list_append(l, files->files[i] + 7);
> +            l = eina_list_append(l, files->files[i]);
>            /* TODO: download files
>            else if (!strncmp(files->files[i], "http://";, 7))
>            else if (!strncmp(files->files[i], "ftp://";, 6))
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>



------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to