Changeset 2044

Show
Ignore:
Timestamp:
05/24/07 00:39:06
Author:
pvanhoof
Message:

Fixes for the OLPC device type

Files:

Legend:

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

    r2043 r2044  
    114114        TnyOlpcDevicePriv *priv = TNY_OLPC_DEVICE_GET_PRIVATE (self); 
    115115        gboolean retval = FALSE; 
     116 
     117        if (priv->fset) 
     118                retval = priv->forced; 
     119 
    116120        return retval; 
    117121}