Changeset fedc8f1
- Timestamp:
- 2015-03-13T23:13:24Z (10 years ago)
- Branches:
- master
- Children:
- 6a48992
- Parents:
- 3bb333c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
r3bb333c rfedc8f1 832 832 833 833 last_id_str = g_strdup_printf("%" G_GUINT64_FORMAT, td->timeline_id); 834 set_setstr(&ic->acc->set, " last_tweet", last_id_str);834 set_setstr(&ic->acc->set, "_last_tweet", last_id_str); 835 835 g_free(last_id_str); 836 836 }
Note: See TracChangeset
for help on using the changeset viewer.