Changeset 2061

Show
Ignore:
Timestamp:
05/28/07 18:52:05
Author:
murrayc
Message:

2007-05-28 Murray Cumming <murrayc@murrayc.com>

        • libtinymail-maemo/tny-maemo-conic-device.c:

(on_dummy_connection_check): Strip whitespace from the dummy account ID
found in the special file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r2057 r2061  
     12007-05-28  Murray Cumming  <murrayc@murrayc.com> 
     2 
     3        * libtinymail-maemo/tny-maemo-conic-device.c: 
     4        (on_dummy_connection_check): Strip whitespace from the dummy account ID  
     5        found in the special file. 
     6         
    172007-05-28  Murray Cumming  <murrayc@murrayc.com> 
    28 
  • trunk/libtinymail-maemo/tny-maemo-conic-device.c

    r2057 r2061  
    453453                contents = g_strdup ("debug id0"); 
    454454        } 
     455         
     456        if (contents) 
     457                g_strstrip(contents); 
    455458 
    456459        if (!(priv->iap) || (strcmp (contents, priv->iap) != 0)) {