Changeset 3260
- Timestamp:
- 01/15/08 10:02:44
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail-maemo/tny-maemo-conic-device.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3258 r3260 1 2008-01-15 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> 2 3 * initialize some priv-> member in TnyMaemoConicDevice 4 1 5 2008-01-14 Philip Van Hoof <pvanhoof@gnome.org> 2 6 trunk/libtinymail-maemo/tny-maemo-conic-device.c
r3231 r3260 109 109 if (G_IS_OBJECT(info->self)) 110 110 g_object_unref (info->self); 111 111 112 112 g_slice_free (EmitStatusInfo, info); 113 113 } … … 596 596 priv->iap = NULL; 597 597 priv->is_online = dnsmasq_has_resolv (); 598 598 priv->connect_slot = NULL; 599 599 600 priv->cnx = con_ic_connection_new (); 600 601
