diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-13 14:51:05 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-13 14:51:05 +0200 |
commit | 3e69802454295ffbfbbbe9bca4fcd226b5b63b28 (patch) | |
tree | 6ca1fd53f0ab0aa23fdd057be69b35314b460410 /protocols/twitter/twitter.c | |
parent | ec2ebcc07f4df02aee43712dae1245eb34c48575 (diff) |
Use full name information of Twitter buddies.
Diffstat (limited to 'protocols/twitter/twitter.c')
-rw-r--r-- | protocols/twitter/twitter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c index 8502cd6f..5027eb74 100644 --- a/protocols/twitter/twitter.c +++ b/protocols/twitter/twitter.c @@ -33,6 +33,7 @@ gboolean twitter_main_loop(gpointer data, gint fd, b_input_condition cond) { struct im_connection *ic = data; + // Check if we are still logged in... // We are logged in if the flag says so and the connection is still in the connections list. if (!g_slist_find( twitter_connections, ic ) || |