| 628 gchar *username; |
628 gchar *username; |
| 629 const gchar *errmsg; |
629 const gchar *errmsg; |
| 630 MsimMessage *body; |
630 MsimMessage *body; |
| 631 |
631 |
| 632 guint rid; |
632 guint rid; |
| 633 gint cmd,dsn,uid,lid,code; |
633 gint cmd,dsn,lid,code; |
| 634 /* \persistr\\cmd\258\dsn\9\uid\204084363\lid\14\rid\369\body\UserName=TheAlbinoRhino1.Code=0\final\ */ |
634 /* \persistr\\cmd\258\dsn\9\uid\204084363\lid\14\rid\369\body\UserName=TheAlbinoRhino1.Code=0\final\ */ |
| 635 |
635 |
| 636 purple_debug_info("msim","username_is_set made\n"); |
636 purple_debug_info("msim","username_is_set made\n"); |
| 637 |
637 |
| 638 cmd = msim_msg_get_integer(userinfo, "cmd"); |
638 cmd = msim_msg_get_integer(userinfo, "cmd"); |
| 639 dsn = msim_msg_get_integer(userinfo, "dsn"); |
639 dsn = msim_msg_get_integer(userinfo, "dsn"); |
| 640 uid = msim_msg_get_integer(userinfo, "uid"); |
640 #if 0 |
| |
641 gint uid = msim_msg_get_integer(userinfo, "uid"); |
| |
642 #endif |
| 641 lid = msim_msg_get_integer(userinfo, "lid"); |
643 lid = msim_msg_get_integer(userinfo, "lid"); |
| 642 body = msim_msg_get_dictionary(userinfo, "body"); |
644 body = msim_msg_get_dictionary(userinfo, "body"); |
| 643 errmsg = _("An error occurred while trying to set the username. " |
645 errmsg = _("An error occurred while trying to set the username. " |
| 644 "Please try again, or visit http://editprofile.myspace.com/index.cfm?" |
646 "Please try again, or visit http://editprofile.myspace.com/index.cfm?" |
| 645 "fuseaction=profile.username to set your username."); |
647 "fuseaction=profile.username to set your username."); |