diff libpurple/protocols/silc10/wb.c @ 21560:665e04562de0

This merge has the effect of reverting the hinting code from trunk.
author Richard Laager <rlaager@wiktel.com>
date Sat, 17 Nov 2007 00:12:30 +0000
parents 6de09629f091 fcb848b2d669
children d8452c0bec7b
line wrap: on
line diff
--- a/libpurple/protocols/silc10/wb.c	Fri Nov 16 03:39:04 2007 +0000
+++ b/libpurple/protocols/silc10/wb.c	Sat Nov 17 00:12:30 2007 +0000
@@ -302,8 +302,8 @@
 	req->channel = channel;
 	req->sg = sg;
 
-	purple_request_action_with_hint(sender, _("Whiteboard"), tmp, NULL, 1,
-				sg->account, sender->nickname, NULL, PURPLE_REQUEST_UI_HINT_CONV, req, 2,
+	purple_request_action(sender, _("Whiteboard"), tmp, NULL, 1,
+				sg->account, sender->nickname, NULL, req, 2,
 			    _("Yes"), G_CALLBACK(silcpurple_wb_request_cb),
 			    _("No"), G_CALLBACK(silcpurple_wb_request_cb));
 }