Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    r7320610 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.