403
402
g_signal_connect (G_OBJECT (plugin->arrow), "drag-leave",
404
403
G_CALLBACK (launcher_plugin_arrow_drag_leave), plugin);
406
407
/* accept all sorts of drag data, but filter in drag-drop, so we can
407
408
* send other sorts of drops to parent widgets */
408
409
gtk_drag_dest_set (plugin->button, 0, NULL, 0, 0);