Changes in / [41d415b:8b8def58]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    r41d415b r8b8def58  
    650650        // if the next_cursor is set to something bigger then 0 there are more friends to gather.
    651651        if (txl->next_cursor > 0)
    652         {
    653652                twitter_get_statuses_friends(ic, txl->next_cursor);
    654         }
    655         else
    656         {
    657                 td->flags |= TWITTER_HAVE_FRIENDS;
    658                 twitter_login_finish(ic);
    659         }
    660        
     653
    661654        // Free the structure.
    662655        txl_free(txl);
    663656        g_free(txl);
     657       
     658        td->flags |= TWITTER_HAVE_FRIENDS;
     659        twitter_login_finish(ic);
    664660}
    665661
Note: See TracChangeset for help on using the changeset viewer.