Mercurial > pidgin.yaz
changeset 24874:88b963749fea
merge of '2ec56f8fe4fa8959fcac15d674b339c112802a49'
and 'd221fa27ec6a8f0ab246208650e5c26658127ed4'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 04 Jan 2009 20:10:55 +0000 |
parents | 5a435e953bc6 (diff) 115a2e9ea8b3 (current diff) |
children | ae5e92bd6b08 |
files | |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Sun Jan 04 15:11:08 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sun Jan 04 20:10:55 2009 +0000 @@ -1653,10 +1653,10 @@ } if (in != '\n') { char buf[256]; - GHashTable *ui_info = purple_core_get_ui_info(); - g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until " - "this is fixed. Check %s for updates."), - ((ui_info && g_hash_table_lookup(ui_info, "website")) ? (char *)g_hash_table_lookup(ui_info, "website") : PURPLE_WEBSITE)); + GHashTable *ui_info = purple_core_get_ui_info(); + g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. " + "If so, check %s for updates."), + ((ui_info && g_hash_table_lookup(ui_info, "website")) ? (char *)g_hash_table_lookup(ui_info, "website") : PURPLE_WEBSITE)); purple_notify_warning(pos->gc, NULL, _("Unable to get a valid AIM login hash."), buf);