Enlightenment CVS committal Author : chaos Project : e17 Module : proto/entropy
Dir : e17/proto/entropy/src/dialogs Modified Files: etk_interaction_dialog.c Log Message: * API updates =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_interaction_dialog.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- etk_interaction_dialog.c 5 Aug 2007 12:25:22 -0000 1.12 +++ etk_interaction_dialog.c 4 Oct 2007 13:20:23 -0000 1.13 @@ -13,7 +13,7 @@ entropy_plugin_operation_respond( id, (int)user_data ); - etk_signal_disconnect("pressed", ETK_OBJECT(w), ETK_CALLBACK(etk_entropy_user_interaction_dialog_cb)); + etk_signal_disconnect_scb("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)); @@ -31,7 +31,7 @@ files= etk_object_data_get(ETK_OBJECT(window), "files"); instance = etk_object_data_get(ETK_OBJECT(window), "instance"); - etk_signal_disconnect("pressed", ETK_OBJECT(w), ETK_CALLBACK(etk_entropy_delete_dialog_cb)); + etk_signal_disconnect_scb("pressed", ETK_OBJECT(w), ETK_CALLBACK(etk_entropy_delete_dialog_cb)); switch (result) { case ENTROPY_USER_INTERACTION_RESPONSE_YES: { ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs