comparison src/protocols/rendezvous/rendezvous.c @ 8489:b06dcc915c45

[gaim-migrate @ 9224] I guess I might as well add these files now, while I'm sending pointless emails. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 23 Mar 2004 04:10:53 +0000
parents c3ffec7fab94
children 9aa6017da568
comparison
equal deleted inserted replaced
8488:c6dd51ece325 8489:b06dcc915c45
308 if (rb->aim != NULL) 308 if (rb->aim != NULL)
309 g_string_append_printf(ret, _("<b>AIM Screen name</b>: %s\n"), rb->aim); 309 g_string_append_printf(ret, _("<b>AIM Screen name</b>: %s\n"), rb->aim);
310 310
311 if (rb->msg != NULL) { 311 if (rb->msg != NULL) {
312 if (rb->status == UC_UNAVAILABLE) 312 if (rb->status == UC_UNAVAILABLE)
313 g_string_append_printf(ret, _("<b>Away Message</b>: %s\n"), rb->msg); 313 g_string_append_printf(ret, _("<b>Away</b>: %s\n"), rb->msg);
314 else 314 else
315 g_string_append_printf(ret, _("<b>Available Message</b>: %s\n"), rb->msg); 315 g_string_append_printf(ret, _("<b>Available</b>: %s\n"), rb->msg);
316 } 316 }
317 317
318 /* XXX - Fix blist.c so we can prepend the \n's rather than appending them */ 318 /* XXX - Fix blist.c so we can prepend the \n's rather than appending them */
319 319
320 return g_string_free(ret, FALSE); 320 return g_string_free(ret, FALSE);