Ignore:
Timestamp:
2015-03-15T09:29:01Z (9 years ago)
Author:
dequis <dx@…>
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.
Message:

Merge branch 'develop' into feat/hip-cat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    r89db90e rfc650a8  
    832832
    833833        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);
    835835        g_free(last_id_str);
    836836}
Note: See TracChangeset for help on using the changeset viewer.