Changeset e63507a for protocols/bee_user.c
- Timestamp:
- 2010-04-02T02:03:50Z (13 years ago)
- Branches:
- master
- Children:
- fb117aee
- Parents:
- d860a8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_user.c
rd860a8d re63507a 129 129 130 130 /* TODO(wilmer): OPT_AWAY, or just state == NULL ? */ 131 bu->flags = ( flags & OPT_LOGGED_IN ? BEE_USER_ONLINE : 0 ) | 132 ( flags & OPT_AWAY ? BEE_USER_AWAY : 0 ); 131 bu->flags = flags; 133 132 bu->status = g_strdup( ( flags & OPT_AWAY ) && state == NULL ? "Away" : state ); 134 133 bu->status_msg = g_strdup( message );
Note: See TracChangeset
for help on using the changeset viewer.