Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto/entropy

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_interaction_dialog.c 


Log Message:
* Remove aberrant signal disconnects

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_interaction_dialog.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- etk_interaction_dialog.c    4 Oct 2007 13:20:23 -0000       1.13
+++ etk_interaction_dialog.c    4 Oct 2007 13:33:35 -0000       1.14
@@ -13,8 +13,6 @@
        
         entropy_plugin_operation_respond( id, (int)user_data );
 
-       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));
 }
@@ -30,8 +28,6 @@
        window = etk_object_data_get(ETK_OBJECT(w), "window");
        files= etk_object_data_get(ETK_OBJECT(window), "files");
        instance = etk_object_data_get(ETK_OBJECT(window), "instance");
-
-       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

Reply via email to