Changeset 3231

Show
Ignore:
Timestamp:
01/11/08 11:28:14
Author:
agarcia
Message:
        • libtinymail-maemo/tny-maemo-conic-device.c:

fix typo that caused a compilation error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3230 r3231  
     12008-01-11 Alberto Garcia Gonzalez <agarcia@igalia.com> 
     2 
     3        * libtinymail-maemo/tny-maemo-conic-device.c: 
     4        fix typo that caused a compilation error 
     5 
    162008-01-10 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> 
    27         
  • trunk/libtinymail-maemo/tny-maemo-conic-device.c

    r3227 r3231  
    252252         
    253253        /* we don't need cnx in this function */ 
    254         g_return_if_fail (user_data && TNY_MAEMO_IS_CONIC_DEVICE(user_data)); 
     254        g_return_if_fail (user_data && TNY_IS_MAEMO_CONIC_DEVICE(user_data)); 
    255255        g_return_if_fail (event && CON_IC_IS_CONNECTION_EVENT(event)); 
    256256