Changeset 1735

Show
Ignore:
Timestamp:
03/16/07 12:17:53
Author:
svillar
Message:

Fixed a DBC assertion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1734 r1735  
    22 
    33        * libtinymailui/tny-msg-view.c: fixed a typo in a function name 
     4        * libtinymail/tny-folder.c: fixed a DBC assertion 
    45 
    562007-03-15  Philip Van Hoof  <pvanhoof@gnome.org> 
  • trunk/libtinymail/tny-folder.c

    r1728 r1735  
    710710 
    711711#ifdef DBC /* ensure */ 
    712         g_assert (TNY_IS_ACCOUNT (self)); 
     712        if (retval) 
     713                g_assert (TNY_IS_ACCOUNT (retval)); 
    713714#endif 
    714715