comparison 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
comparison
equal deleted inserted replaced
22777:087c3ed328d3 22778:1cd829a1d27e
130 } 130 }
131 131
132 return list; 132 return list;
133 } 133 }
134 134
135 static GHashTable * 135 const char *msn_get_login_label() {
136 msn_get_account_text_table() 136 return _("E-mail Address...");
137 {
138 GHashTable *table;
139
140 table = g_hash_table_new(g_str_hash, g_str_equal);
141
142 g_hash_table_insert(table, "login_label", (gpointer)_("E-mail Address..."));
143
144 return table;
145 } 137 }
146 138
147 static PurpleCmdRet 139 static PurpleCmdRet
148 msn_cmd_nudge(PurpleConversation *conv, const gchar *cmd, gchar **args, gchar **error, void *data) 140 msn_cmd_nudge(PurpleConversation *conv, const gchar *cmd, gchar **args, gchar **error, void *data)
149 { 141 {
2315 NULL, /* send_raw */ 2307 NULL, /* send_raw */
2316 NULL, /* roomlist_room_serialize */ 2308 NULL, /* roomlist_room_serialize */
2317 NULL, /* unregister_user */ 2309 NULL, /* unregister_user */
2318 msn_send_attention, /* send_attention */ 2310 msn_send_attention, /* send_attention */
2319 msn_attention_types, /* attention_types */ 2311 msn_attention_types, /* attention_types */
2320 msn_get_account_text_table /* get_account_text_table */ 2312 msn_get_login_label /* account_login_label */
2321 }; 2313 };
2322 2314
2323 static PurplePluginInfo info = 2315 static PurplePluginInfo info =
2324 { 2316 {
2325 PURPLE_PLUGIN_MAGIC, 2317 PURPLE_PLUGIN_MAGIC,