Ignore:
Timestamp:
2010-08-14T13:44:35Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e5854a8
Parents:
5848675 (diff), 136c2bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r5848675 r07874be  
    257257       
    258258        // Set the status to logged out.
    259         ic->flags = 0;
     259        ic->flags &= ~ OPT_LOGGED_IN;
    260260
    261261        // Remove the main_loop function from the function queue.
Note: See TracChangeset for help on using the changeset viewer.