Mercurial > pidgin.yaz
changeset 10232:292acc5ccf84
[gaim-migrate @ 11367]
NULL is valid here.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 22 Nov 2004 04:59:40 +0000 |
parents | 84cf3fc8a2cb |
children | e8d62dc363c5 |
files | src/protocols/silc/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/silc/buddy.c Mon Nov 22 04:58:57 2004 +0000 +++ b/src/protocols/silc/buddy.c Mon Nov 22 04:59:40 2004 +0000 @@ -1020,7 +1020,7 @@ } /* Open file selector to select the public key. */ - gaim_request_file(NULL, _("Open..."), "", FALSE, + gaim_request_file(NULL, _("Open..."), NULL, FALSE, G_CALLBACK(silcgaim_add_buddy_ask_import), G_CALLBACK(silcgaim_add_buddy_ask_pk_cancel), r); }