Changeset 3260

Show
Ignore:
Timestamp:
01/15/08 10:02:44
Author:
djcb
Message:

* tny-maemo-conic-device.c:

- initialize priv->connect_slot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3258 r3260  
     12008-01-15 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> 
     2 
     3        * initialize some priv-> member in TnyMaemoConicDevice 
     4 
    152008-01-14  Philip Van Hoof <pvanhoof@gnome.org> 
    26 
  • trunk/libtinymail-maemo/tny-maemo-conic-device.c

    r3231 r3260  
    109109        if (G_IS_OBJECT(info->self)) 
    110110                g_object_unref (info->self); 
    111  
     111         
    112112        g_slice_free (EmitStatusInfo, info); 
    113113} 
     
    596596        priv->iap = NULL; 
    597597        priv->is_online = dnsmasq_has_resolv (); 
    598  
     598        priv->connect_slot = NULL; 
     599         
    599600        priv->cnx = con_ic_connection_new (); 
    600601