Mercurial > pidgin.yaz
comparison libpurple/protocols/msn/msn.c @ 19834:1ea3f7e9bdbc
Added hints to msn msn.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 12 Aug 2007 18:50:57 +0000 |
parents | cb189eea2c59 |
children | 6a0d9fa477d4 |
comparison
equal
deleted
inserted
replaced
19833:cb189eea2c59 | 19834:1ea3f7e9bdbc |
---|---|
307 purple_request_input(gc, NULL, _("Set your mobile phone number."), NULL, | 307 purple_request_input(gc, NULL, _("Set your mobile phone number."), NULL, |
308 msn_user_get_mobile_phone(session->user), FALSE, FALSE, NULL, | 308 msn_user_get_mobile_phone(session->user), FALSE, FALSE, NULL, |
309 _("OK"), G_CALLBACK(msn_set_mobile_phone_cb), | 309 _("OK"), G_CALLBACK(msn_set_mobile_phone_cb), |
310 _("Cancel"), NULL, | 310 _("Cancel"), NULL, |
311 purple_connection_get_account(gc), NULL, NULL, | 311 purple_connection_get_account(gc), NULL, NULL, |
312 gc); | 312 "account", gc); |
313 } | 313 } |
314 | 314 |
315 static void | 315 static void |
316 msn_show_set_mobile_pages(PurplePluginAction *action) | 316 msn_show_set_mobile_pages(PurplePluginAction *action) |
317 { | 317 { |