Changeset 449a51d for protocols/nogaim.c
- Timestamp:
- 2010-03-16T10:18:02Z (15 years ago)
- Branches:
- master
- Children:
- ec55a7d
- Parents:
- 9fca0657
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r9fca0657 r449a51d 647 647 oo = u->online; 648 648 649 if( u->away ) 650 { 651 g_free( u->away ); 652 u->away = NULL; 653 } 649 g_free( u->away ); 650 g_free( u->status_msg ); 651 u->away = u->status_msg = NULL; 654 652 655 653 if( ( flags & OPT_LOGGED_IN ) && !u->online ) … … 689 687 } 690 688 } 691 /* else waste_any_state_information_for_now(); */ 689 else 690 { 691 u->status_msg = g_strdup( message ); 692 } 692 693 693 694 /* LISPy... */
Note: See TracChangeset
for help on using the changeset viewer.