comparison libpurple/protocols/msnp9/msn.c @ 22895:01e375e9b681

disapproval of revision '8086f2cffaab6ed17431381836b9227a64a53270' This really needs to happen with the appropriate magic necessary to allow adding newer functions when necessary without forcing a bump in the major. I am not necessarily succumbing to 'fear of incrementing a version number' or anything, I just don't think this particular feature is important or useful enough. I would be interested to see if there's still any confusion left after the change from 'Screenname' to 'Username'.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 30 Apr 2008 11:27:17 +0000
parents 0be4c1f0fa55
children 3fee7e01e51c
comparison
equal deleted inserted replaced
22894:0be4c1f0fa55 22895:01e375e9b681
131 } 131 }
132 132
133 return list; 133 return list;
134 } 134 }
135 135
136
137 const char *msn_get_login_label() {
138 return _("E-mail Address...");
139 }
140 136
141 static PurpleCmdRet 137 static PurpleCmdRet
142 msn_cmd_nudge(PurpleConversation *conv, const gchar *cmd, gchar **args, gchar **error, void *data) 138 msn_cmd_nudge(PurpleConversation *conv, const gchar *cmd, gchar **args, gchar **error, void *data)
143 { 139 {
144 PurpleAccount *account = purple_conversation_get_account(conv); 140 PurpleAccount *account = purple_conversation_get_account(conv);
2149 NULL, /* send_raw */ 2145 NULL, /* send_raw */
2150 NULL, /* roomlist_room_serialize */ 2146 NULL, /* roomlist_room_serialize */
2151 NULL, /* unregister_user */ 2147 NULL, /* unregister_user */
2152 msn_send_attention, /* send_attention */ 2148 msn_send_attention, /* send_attention */
2153 msn_attention_types, /* attention_types */ 2149 msn_attention_types, /* attention_types */
2154 msn_get_login_label /* account_login_label */ 2150
2151 /* padding */
2152 NULL
2155 }; 2153 };
2156 2154
2157 static PurplePluginInfo info = 2155 static PurplePluginInfo info =
2158 { 2156 {
2159 PURPLE_PLUGIN_MAGIC, 2157 PURPLE_PLUGIN_MAGIC,