Changes in protocols/msn/sb.c [1053836:08995b0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/sb.c
r1053836 r08995b0 213 213 { 214 214 m = l->data; 215 216 215 g_free( m->who ); 217 216 g_free( m->text ); … … 220 219 g_slist_free( sb->msgq ); 221 220 222 serv_got_crap( gc, "Warning: Closing down MSN switchboard connection with " 223 "unsent message to %s, you'll have to resend it.", 224 m->who ? m->who : "(unknown)" ); 221 serv_got_crap( gc, "Warning: Closing down MSN switchboard connection with unsent message(s), you'll have to resend them." ); 225 222 } 226 223
Note: See TracChangeset
for help on using the changeset viewer.