patch for ibar dnd of a non eap.. from... poku-chan! (man that name just

lends itself to japanification) :)
thanks man! :)


SVN revision: 17492
This commit is contained in:
Carsten Haitzler 2005-10-13 02:43:16 +00:00
parent 8128b2d048
commit e88c0ed857
2 changed files with 9 additions and 2 deletions

2
TODO
View File

@ -8,8 +8,6 @@ Some of the things (in very short form) that need to be done to E17...
BUGS / FIXES
-------------------------------------------------------------------------------
* BUG: dnd to ibar of an icon that isnt a .eap (app provided for example) drop
indicator doesnt stop after error dialog report.
* BUG: dnd to ibar is broken if u did an icon that isn't IN the ibar yet
(from a window border) to either the very start or end of the ibar.
* BUG: some bug if u flip desktops fast enough window s vanish (how the hell

View File

@ -1662,6 +1662,15 @@ _ibar_bar_cb_drop(void *data, const char *type, void *event)
{
E_Dialog *dia;
e_box_freeze(ibb->box_object);
e_box_unpack(ibb->drag_object);
evas_object_del(ibb->drag_object);
ibb->drag_object = NULL;
evas_object_del(ibb->drag_object_overlay);
ibb->drag_object_overlay = NULL;
e_box_thaw(ibb->box_object);
_ibar_bar_frame_resize(ibb);
dia = e_dialog_new(e_container_current_get(e_manager_current_get()));
e_dialog_title_set(dia, _("Cannot add icon"));
e_dialog_text_set(dia,