Changeset 2291

Show
Ignore:
Timestamp:
06/28/07 11:57:02
Author:
murrayc
Message:

Try to make libconic work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-maemo/tny-maemo-conic-device.c

    r2288 r2291  
    525525                g_warning ("con_ic_connection_new failed. The TnyMaemoConicDevice will be useless."); 
    526526        } 
     527 
     528        /* This might be necessary to make the connection object  
     529         * actually emit the signal, though the documentation says  
     530         * that they should be sent even when this is not set,  
     531         * when we explicitly try to connect.  
     532         * The signal still does not seem to be emitted. 
     533         */ 
     534        g_object_set (cnx, "automatic-connection-events", TRUE, NULL); 
     535 
    527536        g_signal_connect (priv->cnx, "connection-event", 
    528537                          G_CALLBACK(on_connection_event), self);