Changeset 1779

Show
Ignore:
Timestamp:
04/11/07 15:17:01
Author:
djcb
Message:

* update tny-maemo-device

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1764 r1779  
     12007-04-11 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> 
     2 
     3        * Improve tny-maemo-device so it works a bit better 
     4 
    152007-03-30  Philip Van Hoof  <pvanhoof@gnome.org> 
    26 
  • trunk/libtinymail-maemo/tny-maemo-device.c

    r1696 r1779  
    118118        priv   = TNY_MAEMO_DEVICE_GET_PRIVATE (self); 
    119119 
     120        return; 
     121         
    120122        if (!con_ic_connection_disconnect (priv->cnx)) 
    121123                g_warning ("could not send disconnect dbus message"); 
     
    127129{ 
    128130        g_return_val_if_fail (TNY_IS_DEVICE(self), FALSE);       
     131 
     132        return TRUE; 
    129133        return TNY_MAEMO_DEVICE_GET_PRIVATE (self)->is_online; 
    130134} 
     
    180184        TnyMaemoDevicePriv *priv; 
    181185        priv   = TNY_MAEMO_DEVICE_GET_PRIVATE (obj); 
    182  
    183186        if (CON_IC_IS_CONNECTION(priv->cnx)) { 
    184               if (!con_ic_connection_disconnect (priv->cnx)) 
    185                       g_warning ("failed to send disconnect dbus message"); 
     187        //    if (!con_ic_connection_disconnect (priv->cnx)) 
     188        //            g_warning ("failed to send disconnect dbus message"); 
    186189                g_object_unref (priv->cnx); 
    187190                priv->cnx = NULL;