Changeset 2291
- Timestamp:
- 06/28/07 11:57:02
- Files:
-
- trunk/libtinymail-maemo/tny-maemo-conic-device.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-maemo/tny-maemo-conic-device.c
r2288 r2291 525 525 g_warning ("con_ic_connection_new failed. The TnyMaemoConicDevice will be useless."); 526 526 } 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 527 536 g_signal_connect (priv->cnx, "connection-event", 528 537 G_CALLBACK(on_connection_event), self);
