From: Murray Cumming Date: Mon, 11 Jun 2007 13:30:29 +0000 (+0000) Subject: 2007-06-11 Murray Cumming X-Git-Tag: git_migration_finished~3349 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=053fa7cef33664606a5620f7358c31027beac425 2007-06-11 Murray Cumming * src/maemo/modest-platform.c: (modest_platform_on_new_msg): Prevent use of the new notification feature for now, because it currently shows one dialog for each new email, which is annoying. pmo-trunk-r2153 --- diff --git a/ChangeLog2 b/ChangeLog2 index 5b81623..be20c1c 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,11 @@ 2007-06-11 Murray Cumming + * src/maemo/modest-platform.c: (modest_platform_on_new_msg): + Prevent use of the new notification feature for now, because it currently + shows one dialog for each new email, which is annoying. + +2007-06-11 Murray Cumming + * src/maemo/easysetup/modest-easysetup-provider-combo-box.c: (easysetup_provider_combo_box_fill): Ask for the providers for mmc=0 when no country was selected, so that we show the global ones. diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 5afd73e..f2f8745 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -805,12 +805,13 @@ modest_platform_get_global_settings_dialog () void modest_platform_on_new_msg (void) { + return; /* TODO: Reenable this later. I disabled it to avoid having one notification per email. */ HildonNotification *not; /* Create a new notification. FIXME put the right values, need some more specs */ - not = hildon_notification_new ("Summary", - "Description", + not = hildon_notification_new ("TODO: (new email) Summary", + "TODO: (new email) Description", "qgn_contact_group_chat_invitation", "system.note.dialog");