libpurple/protocols/silc10/wb.c

changeset 21171
c6934783d152
parent 20685
039aef89faf6
child 21174
8ba833993a11
--- a/libpurple/protocols/silc10/wb.c	Tue Oct 09 18:01:51 2007 +0000
+++ b/libpurple/protocols/silc10/wb.c	Wed Oct 10 22:57:51 2007 +0000
@@ -299,8 +299,8 @@
 	req->channel = channel;
 	req->sg = sg;
 
-	purple_request_action_with_hint(gc, _("Whiteboard"), tmp, NULL, 1,
-				sg->account, sender->nickname, NULL, "conversation", req, 2,
+	purple_request_action(gc, _("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));
 }

mercurial