comparison libpurple/protocols/myspace/myspace.c @ 22775:0be4c1f0fa55

This patch from Jaywalker enables text to appear in the screen name entry box. This text is intended to be helpful and let the user know what to enter.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 30 Apr 2008 03:24:35 +0000
parents c7742b830585
children 01e375e9b681 087c3ed328d3
comparison
equal deleted inserted replaced
22774:d25182f21748 22775:0be4c1f0fa55
2445 * 2445 *
2446 * TODO: file a ticket to add this enhancement. 2446 * TODO: file a ticket to add this enhancement.
2447 */ 2447 */
2448 2448
2449 return normalized; 2449 return normalized;
2450 }
2451
2452 const char *msim_get_login_label() {
2453 return _("E-mail Address...");
2450 } 2454 }
2451 2455
2452 /** Return whether the buddy can be messaged while offline. 2456 /** Return whether the buddy can be messaged while offline.
2453 * 2457 *
2454 * The protocol supports offline messages in just the same way as online 2458 * The protocol supports offline messages in just the same way as online
3129 msim_send_really_raw, /* send_raw */ 3133 msim_send_really_raw, /* send_raw */
3130 NULL, /* roomlist_room_serialize */ 3134 NULL, /* roomlist_room_serialize */
3131 NULL, /* unregister_user */ 3135 NULL, /* unregister_user */
3132 msim_send_attention, /* send_attention */ 3136 msim_send_attention, /* send_attention */
3133 msim_attention_types, /* attention_types */ 3137 msim_attention_types, /* attention_types */
3134 NULL /* _purple_reserved4 */ 3138 msim_get_login_label /* get screen name field title */
3135 }; 3139 };
3136 3140
3137 3141
3138 3142
3139 /** Based on MSN's plugin info comments. */ 3143 /** Based on MSN's plugin info comments. */