I've tested it by dragging an eap file from nautilus to the ibar. I
remember that this used to work before

this is all the gdb data I can muster:

(gdb) bt
#0  0x080acc42 in _e_drag_update (x=392, y=1160) at e_dnd.c:510
#1  0x080ad686 in _e_dnd_cb_event_dnd_position (data=0x810c888,
type=53, 
    event=0x90b3cf0) at e_dnd.c:904
#2  0xb7c365a0 in _ecore_event_call () at ecore_events.c:431
#3  0xb7c3b597 in _ecore_main_loop_iterate_internal (once_only=0)
    at ecore_main.c:629
#4  0xb7c3a705 in ecore_main_loop_begin () at ecore_main.c:79
#5  0x0805d6a7 in main (argc=1, argv=0xbfb8e894) at e_main.c:556
(gdb) fr 0
#0  0x080acc42 in _e_drag_update (x=392, y=1160) at e_dnd.c:510
510                         h->cb.enter(h->cb.data,
_drag_current->types[0], en
er_ev);
(gdb) fr 1
#1  0x080ad686 in _e_dnd_cb_event_dnd_position (data=0x810c888,
type=53, 
    event=0x90b3cf0) at e_dnd.c:904
904             _e_drag_update(ev->position.x, ev->position.y);
(gdb) p data
$3 = (void *) 0x810c888
(gdb) p event
$4 = (void *) 0x90b3cf0
(gdb) fr 2
#2  0xb7c365a0 in _ecore_event_call () at ecore_events.c:431
431                                 if (!eh->func(eh->data, e->type,
e->event))


If you need more info from gdb, please ask, because I have no idea what
to send. Currently, I just use the commands carsten told me the last
time I sent a bt.

Also, another problem which is somewhat related. It seems that whenever
an icon is dragged from the corner of the window to the ibar, the e is
restarted, the icon turns blank in both the ibar and the window (but the
eap file is full of info, just like it's supposed to be).



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to