X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-main.c;h=10df9ed115b6cc22fdf05d09170d55f45d873b5a;hp=7e5f31907a1036e68d544a5f0a3f508bbdbebb7d;hb=6cfc86073c3ad33565a50c70fce034e9b3fb0a96;hpb=9f4ac039eb47915ec367a05d893c871a077c9390 diff --git a/src/modest-main.c b/src/modest-main.c index 7e5f319..10df9ed 100644 --- a/src/modest-main.c +++ b/src/modest-main.c @@ -152,7 +152,7 @@ main (int argc, char *argv[]) gtk_widget_show_all (GTK_WIDGET(main_win)); /* Remove new mail notifications if exist */ - modest_platform_remove_new_mail_notifications (); + modest_platform_remove_new_mail_notifications (FALSE); } gtk_main (); @@ -160,9 +160,6 @@ main (int argc, char *argv[]) cleanup: gdk_threads_leave (); - /* Remove new mail notifications if exist */ -/* modest_platform_remove_new_mail_notifications (); */ - if (!modest_init_uninit ()) { g_printerr ("modest: modest_init_uninit failed\n"); retval = 1;