- Timestamp:
- 2010-04-26T22:50:25Z (15 years ago)
- Branches:
- master
- Children:
- ee84bdb
- Parents:
- 78a2f1e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r78a2f1e r288b215 110 110 111 111 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 ); 112 117 113 118 twitter_main_loop_start( ic );
Note: See TracChangeset
for help on using the changeset viewer.