Mercurial > pidgin.yaz
diff libpurple/protocols/silc/wb.c @ 20598:285bb637a2b7
Updated hinting to be less invasive
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sat, 22 Sep 2007 16:19:34 +0000 |
parents | 980a104267da |
children | 8c9aad9479c0 |
line wrap: on
line diff
--- a/libpurple/protocols/silc/wb.c Sat Sep 22 09:48:07 2007 +0000 +++ b/libpurple/protocols/silc/wb.c Sat Sep 22 16:19:34 2007 +0000 @@ -299,8 +299,8 @@ req->channel = channel; req->sg = sg; - purple_request_action(gc, _("Whiteboard"), tmp, NULL, 1, - sg->account, sender->nickname, NULL, req, 2, + purple_request_action_with_hint(gc, _("Whiteboard"), tmp, NULL, 1, + sg->account, sender->nickname, NULL, "blist", req, 2, _("Yes"), G_CALLBACK(silcpurple_wb_request_cb), _("No"), G_CALLBACK(silcpurple_wb_request_cb)); }