diff libpurple/protocols/msn/msn.c @ 22778:1cd829a1d27e

disapproval of revision '38c3a1050aefc66e1c541e3d91ae6f7fe6930559'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 30 Apr 2008 11:27:47 +0000
parents 087c3ed328d3
children 3fee7e01e51c
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c	Wed Apr 30 05:37:19 2008 +0000
+++ b/libpurple/protocols/msn/msn.c	Wed Apr 30 11:27:47 2008 +0000
@@ -132,16 +132,8 @@
 	return list;
 }
 
-static GHashTable *
-msn_get_account_text_table()
-{
-	GHashTable *table;
-	
-	table = g_hash_table_new(g_str_hash, g_str_equal);
-	
-	g_hash_table_insert(table, "login_label", (gpointer)_("E-mail Address..."));
-
-	return table;
+const char *msn_get_login_label() {
+	return _("E-mail Address...");
 }
 
 static PurpleCmdRet
@@ -2317,7 +2309,7 @@
 	NULL,					/* unregister_user */
 	msn_send_attention,                     /* send_attention */
 	msn_attention_types,                    /* attention_types */
-	msn_get_account_text_table			/* get_account_text_table */
+	msn_get_login_label			/* account_login_label */
 };
 
 static PurplePluginInfo info =