Changeset 288b215 for protocols


Ignore:
Timestamp:
2010-04-26T22:50:25Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ee84bdb
Parents:
78a2f1e
Message:

Save the OAuth token in the acct structs so it doesn't have to be rerequested
every time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r78a2f1e r288b215  
    110110               
    111111                td->oauth = g_strdup( info->access_token );
     112               
     113                /* IM mods didn't do this so far and it's ugly but I should
     114                   be able to get away with it... */
     115                g_free( ic->acc->pass );
     116                ic->acc->pass = g_strdup( info->access_token );
    112117               
    113118                twitter_main_loop_start( ic );
Note: See TracChangeset for help on using the changeset viewer.