diff pidgin/gtkdialogs.c @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 0cb8d5304f4f
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Sun Oct 14 20:53:40 2007 +0000
+++ b/pidgin/gtkdialogs.c	Fri Nov 16 23:01:12 2007 +0000
@@ -787,7 +787,7 @@
 						_("OK"), G_CALLBACK(pidgin_dialogs_im_cb),
 						_("Cancel"), NULL,
 						NULL, NULL, NULL,
-						PURPLE_REQUEST_UI_HINT_BLIST, NULL);
+						PURPLE_REQUEST_HINT_BLIST, NULL);
 }
 
 void
@@ -926,7 +926,7 @@
 						_("OK"), G_CALLBACK(pidgin_dialogs_info_cb),
 						_("Cancel"), NULL,
 						NULL, NULL, NULL,
-						PURPLE_REQUEST_UI_HINT_BLIST, NULL);
+						PURPLE_REQUEST_HINT_BLIST, NULL);
 }
 
 static void
@@ -1018,7 +1018,7 @@
 						_("OK"), G_CALLBACK(pidgin_dialogs_log_cb),
 						_("Cancel"), NULL,
 						NULL, NULL, NULL,
-						PURPLE_REQUEST_UI_HINT_BLIST, NULL);
+						PURPLE_REQUEST_HINT_BLIST, NULL);
 }
 
 static void
@@ -1038,7 +1038,7 @@
 					   _("Alias"), G_CALLBACK(pidgin_dialogs_alias_contact_cb),
 					   _("Cancel"), NULL,
 					   NULL, purple_contact_get_alias(contact), NULL,
-					   PURPLE_REQUEST_UI_HINT_BLIST, contact);
+					   PURPLE_REQUEST_HINT_BLIST, contact);
 }
 
 static void
@@ -1062,7 +1062,7 @@
 					   _("Alias"), G_CALLBACK(pidgin_dialogs_alias_buddy_cb),
 					   _("Cancel"), NULL,
 					   purple_buddy_get_account(buddy), purple_buddy_get_name(buddy), NULL,
-					   PURPLE_REQUEST_UI_HINT_BLIST, buddy);
+					   PURPLE_REQUEST_HINT_BLIST, buddy);
 
 	g_free(secondary);
 }
@@ -1084,7 +1084,7 @@
 					   _("Alias"), G_CALLBACK(pidgin_dialogs_alias_chat_cb),
 					   _("Cancel"), NULL,
 					   chat->account, NULL, NULL,
-					   PURPLE_REQUEST_UI_HINT_BLIST, chat);
+					   PURPLE_REQUEST_HINT_BLIST, chat);
 }
 
 static void
@@ -1128,7 +1128,7 @@
 
 		purple_request_action_with_hint(contact, NULL, _("Remove Contact"), text, 0,
 				NULL, purple_contact_get_alias(contact), NULL,
-				PURPLE_REQUEST_UI_HINT_BLIST, contact, 2,
+				PURPLE_REQUEST_HINT_BLIST, contact, 2,
 				_("_Remove Contact"), G_CALLBACK(pidgin_dialogs_remove_contact_cb),
 				_("Cancel"),
 				NULL);
@@ -1169,7 +1169,7 @@
 	
 	purple_request_action_with_hint(source, NULL, _("Merge Groups"), text, 0,
 			NULL, NULL, NULL,
-			PURPLE_REQUEST_UI_HINT_BLIST, ggp, 2,
+			PURPLE_REQUEST_HINT_BLIST, ggp, 2,
 			_("_Merge Groups"), G_CALLBACK(pidgin_dialogs_merge_groups_cb),
 			_("Cancel"), G_CALLBACK(free_ggmo));
 
@@ -1225,7 +1225,7 @@
 
 	purple_request_action_with_hint(group, NULL, _("Remove Group"), text, 0,
 						NULL, NULL, NULL,
-						PURPLE_REQUEST_UI_HINT_BLIST, group, 2,
+						PURPLE_REQUEST_HINT_BLIST, group, 2,
 						_("_Remove Group"), G_CALLBACK(pidgin_dialogs_remove_group_cb),
 						_("Cancel"), NULL);
 
@@ -1264,7 +1264,7 @@
 
 	purple_request_action_with_hint(buddy, NULL, _("Remove Buddy"), text, 0,
 						purple_buddy_get_account(buddy), purple_buddy_get_name(buddy), NULL,
-						PURPLE_REQUEST_UI_HINT_BLIST, buddy, 2,
+						PURPLE_REQUEST_HINT_BLIST, buddy, 2,
 						_("_Remove Buddy"), G_CALLBACK(pidgin_dialogs_remove_buddy_cb),
 						_("Cancel"), NULL);
 
@@ -1291,7 +1291,7 @@
 
 	purple_request_action_with_hint(chat, NULL, _("Remove Chat"), text, 0,
 						chat->account, NULL, NULL,
-						PURPLE_REQUEST_UI_HINT_BLIST, chat, 2,
+						PURPLE_REQUEST_HINT_BLIST, chat, 2,
 						_("_Remove Chat"), G_CALLBACK(pidgin_dialogs_remove_chat_cb),
 						_("Cancel"), NULL);