X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=gmime-filter-reply.c;h=847426bfe663c29695182eb5c365ac7cae831a88;hb=23819e82d061502fce8d3876f3e606aa56ca6ea0;hp=b269db4e821265a065989a9b00c5f714c6b96c43;hpb=8cbb5114a20c1217f23977fd5edca99a0b7a2955;p=notmuch diff --git a/gmime-filter-reply.c b/gmime-filter-reply.c index b269db4e..847426bf 100644 --- a/gmime-filter-reply.c +++ b/gmime-filter-reply.c @@ -201,7 +201,7 @@ g_mime_filter_reply_new (gboolean encode) { GMimeFilterReply *new_reply; - new_reply = (GMimeFilterReply *) g_object_newv (GMIME_TYPE_FILTER_REPLY, 0, NULL); + new_reply = (GMimeFilterReply *) g_object_new (GMIME_TYPE_FILTER_REPLY, NULL); new_reply->encode = encode; return (GMimeFilter *) new_reply;