X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-header-view.c;h=8d5f2a45528ed0188c0954733970025f475b4a0b;hb=c77f999bedc4612fc12568a070c592f0b16da8cc;hp=0b0bdcf3fc7058594fa44d40f2e12950e11a352d;hpb=8af4c5f47cf5a421f22b9027053cdd191afff567;p=modest diff --git a/src/widgets/modest-header-view.c b/src/widgets/modest-header-view.c index 0b0bdcf..8d5f2a4 100644 --- a/src/widgets/modest-header-view.c +++ b/src/widgets/modest-header-view.c @@ -925,7 +925,7 @@ modest_header_view_set_folder (ModestHeaderView *self, TnyFolder *folder) g_signal_emit (G_OBJECT(self), signals[HEADER_SELECTED_SIGNAL], 0, NULL); /* Create the mail operation */ - mail_op = modest_mail_operation_new_with_id (MODEST_MAIL_OPERATION_ID_RECEIVE); + mail_op = modest_mail_operation_new (MODEST_MAIL_OPERATION_ID_RECEIVE); modest_mail_operation_queue_add (modest_runtime_get_mail_operation_queue (), mail_op);