changeset 26016:daa0d9f52c99

Missed this when propagating.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Fri, 05 Sep 2008 03:24:01 +0000
parents bb99ee66120e
children a9715607c9f4
files libpurple/protocols/yahoo/yahoo.c
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Fri Sep 05 02:57:48 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Fri Sep 05 03:24:01 2008 +0000
@@ -4301,6 +4301,15 @@
 	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,