don't set dnd aware twice on comp canvas

This commit is contained in:
Mike Blumenkrantz 2013-05-29 08:03:41 +01:00
parent 16c63ecf8c
commit abfed64b8a
1 changed files with 0 additions and 1 deletions

View File

@ -457,7 +457,6 @@ e_fwin_zone_new(E_Zone *zone, void *p)
evas_object_show(o);
o = e_scrollframe_add(zone->container->bg_evas);
e_drop_xdnd_register_set(zone->container->event_win, 1);
e_scrollframe_custom_theme_set(o, "base/theme/fileman",
"e/fileman/desktop/scrollframe");
/* FIXME: this theme object will have more versions and options later