Changeset 41d415b
- Timestamp:
- 2010-06-25T23:33:30Z (14 years ago)
- Branches:
- master
- Children:
- 92c8d41
- Parents:
- 8b8def58 (diff), 051372c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
r8b8def58 r41d415b 650 650 // if the next_cursor is set to something bigger then 0 there are more friends to gather. 651 651 if (txl->next_cursor > 0) 652 { 652 653 twitter_get_statuses_friends(ic, txl->next_cursor); 653 654 } 655 else 656 { 657 td->flags |= TWITTER_HAVE_FRIENDS; 658 twitter_login_finish(ic); 659 } 660 654 661 // Free the structure. 655 662 txl_free(txl); 656 663 g_free(txl); 657 658 td->flags |= TWITTER_HAVE_FRIENDS;659 twitter_login_finish(ic);660 664 } 661 665
Note: See TracChangeset
for help on using the changeset viewer.