X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-main-window.c;h=b8cc0091a76a6fc154792eeb527cdb2c2a89d92f;hb=c2c60d8c88aa180b656a1b932ea695185f7f3f6e;hp=1b43e424301124a33d4fbf93a8835fc92840ef40;hpb=cb02c84129626cc87c88381ad9996bca8fb1cec1;p=modest diff --git a/src/gnome/modest-main-window.c b/src/gnome/modest-main-window.c index 1b43e42..b8cc009 100644 --- a/src/gnome/modest-main-window.c +++ b/src/gnome/modest-main-window.c @@ -104,8 +104,8 @@ struct _ModestMainWindowPrivate { typedef struct _GetMsgAsyncHelper { ModestMainWindowPrivate *main_window_private; guint action; - ModestMailOperationReplyType reply_type; - ModestMailOperationForwardType forward_type; + ModestTnyMsgReplyType reply_type; + ModestTnyMsgForwardType forward_type; gchar *from; TnyIterator *iter; } GetMsgAsyncHelper;