# HG changeset patch # User Mike Ruprecht # Date 1220585041 0 # Node ID daa0d9f52c99c6b385e26656738c2291ab2d0413 # Parent bb99ee66120e77679b5669714692108a0896551f Missed this when propagating. diff -r bb99ee66120e -r daa0d9f52c99 libpurple/protocols/yahoo/yahoo.c --- 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,