Changeset fc650a8 for protocols/twitter/twitter_lib.c
- Timestamp:
- 2015-03-15T09:29:01Z (10 years ago)
- Children:
- c0e4c22
- Parents:
- 89db90e (diff), 2dd23da (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
r89db90e rfc650a8 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.