diff finch/gntblist.c @ 21353:8ae227dca885

merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947' and '3468b1f73a715bd59ad22726232214da77cf67f7'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:07 +0000
parents d4f95419be45 73c5f5bfeb39
children fcb848b2d669
line wrap: on
line diff
--- a/finch/gntblist.c	Fri Nov 16 23:03:22 2007 +0000
+++ b/finch/gntblist.c	Fri Nov 16 23:27:07 2007 +0000
@@ -343,7 +343,7 @@
 			_("Add"), G_CALLBACK(add_buddy_cb),
 			_("Cancel"), NULL,
 			account, NULL, NULL,
-			PURPLE_REQUEST_HINT_BLIST, NULL);
+			"blist", NULL);
 }
 
 static void
@@ -420,7 +420,7 @@
 			_("You can edit more information from the context menu later."),
 			fields, _("Add"), G_CALLBACK(add_chat_cb), _("Cancel"), NULL,
 			NULL, NULL, NULL,
-			PURPLE_REQUEST_HINT_BLIST, NULL);
+			"blist", NULL);
 }
 
 static void
@@ -455,7 +455,7 @@
 			NULL, FALSE, FALSE, NULL,
 			_("Add"), G_CALLBACK(add_group_cb), _("Cancel"), NULL,
 			NULL, NULL, NULL,
-			PURPLE_REQUEST_HINT_BLIST, NULL);
+			"blist", NULL);
 }
 
 static PurpleBlistUiOps blist_ui_ops =
@@ -802,7 +802,7 @@
 	purple_request_fields_with_hint(NULL, _("Edit Chat"), NULL, _("Please Update the necessary fields."),
 			fields, _("Edit"), G_CALLBACK(chat_components_edit_ok), _("Cancel"), NULL,
 			NULL, NULL, NULL,
-			PURPLE_REQUEST_HINT_BLIST, chat);
+			"blist", chat);
 }
 
 static void
@@ -1004,7 +1004,7 @@
 			name, FALSE, FALSE, NULL, text, G_CALLBACK(rename_blist_node),
 			_("Cancel"), NULL,
 			NULL, NULL, NULL,
-			PURPLE_REQUEST_HINT_BLIST, node);
+			"blist", node);
 
 	g_free(prompt);
 }
@@ -1096,7 +1096,7 @@
 			primary, sec,
 			1,
 			account, name, NULL,
-			PURPLE_REQUEST_HINT_BLIST, node, 2,
+			"blist", node, 2,
 			_("Remove"), finch_blist_remove_node,
 			_("Cancel"), NULL);
 	g_free(primary);
@@ -2223,7 +2223,7 @@
 						_("OK"), G_CALLBACK(send_im_select_cb),
 						_("Cancel"), NULL,
 						NULL, NULL, NULL,
-						PURPLE_REQUEST_HINT_BLIST, NULL);
+						"blist", NULL);
 }
 
 static void
@@ -2286,7 +2286,7 @@
 						_("Join"), G_CALLBACK(join_chat_select_cb),
 						_("Cancel"), NULL,
 						NULL, NULL, NULL,
-						PURPLE_REQUEST_HINT_BLIST, NULL);
+						"blist", NULL);
 }
 
 static void