maiku.vv: 9d222e71: Missed this when propagating.

maiku at soc.pidgin.im maiku at soc.pidgin.im
Thu Sep 4 23:32:08 EDT 2008


-----------------------------------------------------------------
Revision: 9d222e7169d19b5b1818013c9a5ef827ab3f935f
Ancestor: 47f1fa54346ba857bcb12bedc91ab154448bfea7
Author: maiku at soc.pidgin.im
Date: 2008-09-05T03:24:01
Branch: im.pidgin.maiku.vv
URL: http://d.pidgin.im/viewmtn/revision/info/9d222e7169d19b5b1818013c9a5ef827ab3f935f

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

ChangeLog: 

Missed this when propagating.

-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/yahoo.c	8e0ebdc427ff2714fd6093c029c7ae1b6db49b87
+++ libpurple/protocols/yahoo/yahoo.c	db5c11842ec633ae3344d704961f406b5ff854a9
@@ -4301,6 +4301,15 @@ static gboolean yahoo_uri_handler(const 
 	return FALSE;
 }
 
+static GHashTable *
+yahoo_get_account_text_table(PurpleAccount *account)
+{
+	GHashTable *table;
+	table = g_hash_table_new(g_str_hash, g_str_equal);
+	g_hash_table_insert(table, "login_label", (gpointer)_("Yahoo ID..."));
+	return table;
+}
+
 static PurpleWhiteboardPrplOps yahoo_whiteboard_prpl_ops =
 {
 	yahoo_doodle_start,


More information about the Commits mailing list