Changeset 0ebf919 for protocols/bee_user.c
- Timestamp:
- 2010-08-21T22:25:37Z (14 years ago)
- Branches:
- master
- Children:
- c00dd71
- Parents:
- a758ec1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_user.c
ra758ec1 r0ebf919 190 190 bu->status_msg = g_strdup( message ); 191 191 192 if( bu->status == NULL && ( flags & OPT_MOBILE ) && 193 set_getbool( &bee->set, "mobile_is_away" ) ) 194 { 195 bu->flags |= BEE_USER_AWAY; 196 bu->status = g_strdup( "Mobile" ); 197 } 198 192 199 if( bee->ui->user_status ) 193 200 bee->ui->user_status( bee, bu, old );
Note: See TracChangeset
for help on using the changeset viewer.