Mercurial > pidgin.yaz
changeset 19856:fb3958716599
Added hints to pidgin/gtkconv.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Thu, 16 Aug 2007 21:00:47 +0000 |
parents | 94a2128d139e |
children | 68e2c895c224 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Thu Aug 16 20:49:11 2007 +0000 +++ b/pidgin/gtkconv.c Thu Aug 16 21:00:47 2007 +0000 @@ -1003,7 +1003,7 @@ buf, TRUE, G_CALLBACK(savelog_writefile_cb), NULL, NULL, NULL, conv, - conv); + "conversation", conv); g_free(buf); } @@ -2580,7 +2580,7 @@ purple_request_file(gtkconv, _("Save Icon"), buf, TRUE, G_CALLBACK(saveicon_writefile_cb), NULL, conv->account, NULL, conv, - gtkconv); + "conversation", gtkconv); g_free(buf); }