--- 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); }