Mercurial > pidgin.yaz
comparison libpurple/protocols/silc/wb.c @ 21235:fba1f6c3df0b
Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 14 Oct 2007 18:07:19 +0000 |
parents | cab348e39751 |
children | 73c5f5bfeb39 a20ef7180680 |
comparison
equal
deleted
inserted
replaced
21234:aabe638f56d9 | 21235:fba1f6c3df0b |
---|---|
298 req->sender = sender; | 298 req->sender = sender; |
299 req->channel = channel; | 299 req->channel = channel; |
300 req->sg = sg; | 300 req->sg = sg; |
301 | 301 |
302 purple_request_action_with_hint(gc, _("Whiteboard"), tmp, NULL, 1, | 302 purple_request_action_with_hint(gc, _("Whiteboard"), tmp, NULL, 1, |
303 sg->account, sender->nickname, NULL, "blist", req, 2, | 303 sg->account, sender->nickname, NULL, PURPLE_REQUEST_HINT_BLIST, req, 2, |
304 _("Yes"), G_CALLBACK(silcpurple_wb_request_cb), | 304 _("Yes"), G_CALLBACK(silcpurple_wb_request_cb), |
305 _("No"), G_CALLBACK(silcpurple_wb_request_cb)); | 305 _("No"), G_CALLBACK(silcpurple_wb_request_cb)); |
306 } | 306 } |
307 | 307 |
308 /* Process incoming whiteboard message */ | 308 /* Process incoming whiteboard message */ |