Changeset ff468a7
- Timestamp:
- 2016-09-28T03:56:39Z (8 years ago)
- Branches:
- master
- Children:
- 82e55d2
- Parents:
- 1a8875f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r1a8875f rff468a7 712 712 if (away && *away) { 713 713 GList *m = ic->acc->prpl->away_states(ic); 714 if (m == NULL) { 715 return 0; 716 } 714 717 msg = ic->acc->flags & ACC_FLAG_AWAY_MESSAGE ? away : NULL; 715 718 away = imc_away_state_find(m, away, &msg) ? :
Note: See TracChangeset
for help on using the changeset viewer.