diff libpurple/protocols/sametime/sametime.c @ 21236:73c5f5bfeb39

disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:01 +0000
parents fba1f6c3df0b
children 8ae227dca885
line wrap: on
line diff
--- a/libpurple/protocols/sametime/sametime.c	Sun Oct 14 18:07:19 2007 +0000
+++ b/libpurple/protocols/sametime/sametime.c	Fri Nov 16 23:27:01 2007 +0000
@@ -3387,7 +3387,7 @@
 		      _("Create"), G_CALLBACK(conf_create_prompt_join),
 		      _("Cancel"), G_CALLBACK(conf_create_prompt_cancel),
 			  acct, purple_buddy_get_name(buddy), NULL,
-		      PURPLE_REQUEST_HINT_CONV, buddy);
+		      "chat", buddy);
   g_free(msg1);
 }
 
@@ -3473,7 +3473,7 @@
 		      _("Invite"), G_CALLBACK(conf_select_prompt_invite),
 		      _("Cancel"), G_CALLBACK(conf_select_prompt_cancel),
 			  acct, purple_buddy_get_name(buddy), NULL,
-		      PURPLE_REQUEST_HINT_CONV, buddy);
+		      "chat", buddy);
   g_free(msg);
 }
 
@@ -3644,7 +3644,7 @@
 		     _("Connect"), G_CALLBACK(prompt_host_ok_cb),
 		     _("Cancel"), G_CALLBACK(prompt_host_cancel_cb),
 			 acct, NULL, NULL,
-		     PURPLE_REQUEST_HINT_CONV, gc);
+		     "account", gc);
 
   g_free(msg);
 }
@@ -5218,7 +5218,7 @@
   purple_request_file_with_hint(gc, title, NULL, FALSE,
 		    G_CALLBACK(st_import_action_cb), NULL,
 		    account, NULL, NULL,
-		    PURPLE_REQUEST_HINT_CONV, gc);
+		    "blist", gc);
 
   g_free(title);
 }
@@ -5258,7 +5258,7 @@
   purple_request_file_with_hint(gc, title, NULL, TRUE,
 		    G_CALLBACK(st_export_action_cb), NULL,
 			account, NULL, NULL,
-		    PURPLE_REQUEST_HINT_CONV, gc);
+		    "blist", gc);
 
   g_free(title);
 }
@@ -5396,7 +5396,7 @@
 		      _("Add Group"), G_CALLBACK(remote_group_multi_cb),
 		      _("Cancel"), G_CALLBACK(remote_group_multi_cleanup),
 			  purple_connection_get_account(gc), result->name, NULL,
-		      PURPLE_REQUEST_HINT_BLIST, pd);
+		      "blist", pd);
 
   g_free(msg);
 }
@@ -5486,7 +5486,7 @@
 		     _("Add"), G_CALLBACK(remote_group_action_cb),
 		     _("Cancel"), NULL,
 			 purple_connection_get_account(gc), NULL, NULL,
-		     PURPLE_REQUEST_HINT_BLIST, gc);
+		     "blist", gc);
 }
 
 
@@ -5611,7 +5611,7 @@
 		     _("Search"), G_CALLBACK(search_action_cb),
 		     _("Cancel"), NULL,
 			 purple_connection_get_account(gc), NULL, NULL,
-			 PURPLE_REQUEST_HINT_BLIST, gc);
+			 "blist", gc);
 }