libpurple/protocols/msn/msn.c

changeset 21225
32d8e16cb7a9
parent 21220
3bb27fe7d046
child 21226
a60b30c9eeb5
child 21233
e75de8db4f2b
--- a/libpurple/protocols/msn/msn.c	Sun Oct 14 03:14:43 2007 +0000
+++ b/libpurple/protocols/msn/msn.c	Sun Oct 14 18:07:19 2007 +0000
@@ -289,7 +289,7 @@
 					   _("OK"), G_CALLBACK(msn_act_id),
 					   _("Cancel"), NULL,
 					   purple_connection_get_account(gc), NULL, NULL,
-					   "account", gc);
+					   PURPLE_REQUEST_HINT_ACCOUNT, gc);
 }
 
 static void
@@ -306,7 +306,7 @@
 					   _("OK"), G_CALLBACK(msn_set_home_phone_cb),
 					   _("Cancel"), NULL,
 					   purple_connection_get_account(gc), NULL, NULL,
-					   "account", gc);
+					   PURPLE_REQUEST_HINT_ACCOUNT, gc);
 }
 
 static void
@@ -323,7 +323,7 @@
 					   _("OK"), G_CALLBACK(msn_set_work_phone_cb),
 					   _("Cancel"), NULL,
 					   purple_connection_get_account(gc), NULL, NULL,
-					   "account", gc);
+					   PURPLE_REQUEST_HINT_ACCOUNT, gc);
 }
 
 static void
@@ -340,7 +340,7 @@
 					   _("OK"), G_CALLBACK(msn_set_mobile_phone_cb),
 					   _("Cancel"), NULL,
 					   purple_connection_get_account(gc), NULL, NULL,
-					   "account", gc);
+					   PURPLE_REQUEST_HINT_ACCOUNT, gc);
 }
 
 static void
@@ -356,7 +356,7 @@
 						  "to your cell phone or other mobile device?"),
 						-1,
 						purple_connection_get_account(gc), NULL, NULL,
-						"account", gc, 3,
+						PURPLE_REQUEST_HINT_ACCOUNT, gc, 3,
 						_("Allow"), G_CALLBACK(enable_msn_pages_cb),
 						_("Disallow"), G_CALLBACK(disable_msn_pages_cb),
 						_("Cancel"), NULL);
@@ -405,7 +405,7 @@
 					   _("Page"), G_CALLBACK(send_to_mobile_cb),
 					   _("Close"), G_CALLBACK(close_mobile_page_cb),
 					   purple_connection_get_account(gc), purple_buddy_get_name(buddy), NULL,
-					   "account", data);
+					   PURPLE_REQUEST_HINT_ACCOUNT, data);
 }
 
 static gboolean

mercurial