fix compiler warning

This commit is contained in:
djcb 2015-02-21 14:18:24 -08:00
parent 242bc817e2
commit d3457ec56c
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ handle_mime_object (MuMsg *msg, GMimeObject *mobj, GMimeObject *parent,
check_signature
(msg, GMIME_MULTIPART_SIGNED (mobj), opts);
return handle_multipart
(msg, GMIME_MULTIPART (mobj), (GObject*)mobj, opts,
(msg, GMIME_MULTIPART (mobj), mobj, opts,
index, decrypted, func, user_data);
} else if ((opts & MU_MSG_OPTION_DECRYPT) &&
GMIME_IS_MULTIPART_ENCRYPTED (mobj))