pidgin: 2ec56f8f: Don't mention TOC in this error message....

markdoliner at pidgin.im markdoliner at pidgin.im
Sun Jan 4 15:20:44 EST 2009


-----------------------------------------------------------------
Revision: 2ec56f8fe4fa8959fcac15d674b339c112802a49
Ancestor: f94ddf7fa975e3a39a53fccae31b7e73f892fd57
Author: markdoliner at pidgin.im
Date: 2008-12-29T03:49:33
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2ec56f8fe4fa8959fcac15d674b339c112802a49

Modified files:
        libpurple/protocols/oscar/oscar.c

ChangeLog: 

Don't mention TOC in this error message.  I think this error is too
technical and is ripe for improvement, but I couldn't come up with
anything better.

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	cf14e14bd889bd2e7fbdce94b640a863c612be7e
+++ libpurple/protocols/oscar/oscar.c	e38377493185cd62c874fbd9b700fcf87f04d39d
@@ -1653,10 +1653,10 @@ static void damn_you(gpointer data, gint
 	}
 	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);


More information about the Commits mailing list