Changeset fedc8f1


Ignore:
Timestamp:
2015-03-13T23:13:24Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
6a48992
Parents:
3bb333c
Message:

twitter: fix _last_tweet setting, which broke during a merge

Commit eb4ad8d (a merge commit, yes) changed it to _last_tweet and
missed one of the three. Not entirely sure if wilmer's fault, could be
mine when I did the merge of his merge on my side. Whatever.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    r3bb333c rfedc8f1  
    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.