Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/dialogs Modified Files: etk_interaction_dialog.c Added Files: etk_mime_dialog_main.c Log Message: * First bit of the mime dialog * Make the list viewer columns more logical in terms of resizing. =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/dialogs/etk_interaction_dialog.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- etk_interaction_dialog.c 3 Mar 2006 10:05:24 -0000 1.5 +++ etk_interaction_dialog.c 4 Mar 2006 01:40:02 -0000 1.6 @@ -15,6 +15,8 @@ plugin = entropy_plugins_type_get_first( ENTROPY_PLUGIN_BACKEND_FILE ,ENTROPY_PLUGIN_SUB_TYPE_ALL); operation_func = dlsym(plugin->dl_ref, "entropy_filesystem_operation_respond"); (*operation_func)( id, (int)user_data ); + + etk_signal_disconnect("pressed", ETK_OBJECT(w), ETK_CALLBACK(etk_entropy_user_interaction_dialog_cb)); window = etk_object_data_get(ETK_OBJECT(w), "window"); etk_object_destroy(ETK_OBJECT(window)); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs