Changeset 1510

Show
Ignore:
Timestamp:
01/29/07 19:02:10
Author:
pvanhoof
Message:

Bugfix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-test/tny-list-test.c

    r1339 r1510  
    138138START_TEST (tny_list_test_list) 
    139139{ 
    140         TnyList *iface = ifaces [i]; 
     140        TnyList *iface = ifaces [0]; 
    141141        TnyList *ref; 
    142142        TnyIterator *iterator; 
     
    144144        gint j; 
    145145        GObject *a, *b, *c, *d; 
    146         setup_objs (i, &a, &b, &c, &d); 
     146        setup_objs (0, &a, &b, &c, &d); 
    147147         
    148148        tny_list_append (iface, a);