Mercurial > pidgin.yaz
comparison libpurple/protocols/jabber/presence.c @ 22752:b30516259a8a
disapproval of revision '52c0efb045580dac7b6f5e40c91002e917e0cae3'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Tue, 29 Apr 2008 03:47:25 +0000 |
parents | f1a4ad1526a2 |
children | e1012f92ba3b |
comparison
equal
deleted
inserted
replaced
22751:f1a4ad1526a2 | 22752:b30516259a8a |
---|---|
573 title = g_strdup_printf(_("Error in chat %s"), from); | 573 title = g_strdup_printf(_("Error in chat %s"), from); |
574 if (g_hash_table_size(chat->members) == 0) | 574 if (g_hash_table_size(chat->members) == 0) |
575 serv_got_chat_left(js->gc, chat->id); | 575 serv_got_chat_left(js->gc, chat->id); |
576 } else { | 576 } else { |
577 title = g_strdup_printf(_("Error joining chat %s"), from); | 577 title = g_strdup_printf(_("Error joining chat %s"), from); |
578 purple_serv_got_join_chat_failed(js->gc, room_jid); | 578 serv_got_join_chat_failed(js->gc, room_jid); |
579 } | 579 } |
580 purple_notify_error(js->gc, title, title, msg); | 580 purple_notify_error(js->gc, title, title, msg); |
581 g_free(title); | 581 g_free(title); |
582 g_free(msg); | 582 g_free(msg); |
583 | 583 |