2007-06-11 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Mon, 11 Jun 2007 13:30:29 +0000 (13:30 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 11 Jun 2007 13:30:29 +0000 (13:30 +0000)
* 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

ChangeLog2
src/maemo/modest-platform.c

index 5b81623..be20c1c 100644 (file)
@@ -1,5 +1,11 @@
 2007-06-11  Murray Cumming  <murrayc@murrayc.com>
 
+       * 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  <murrayc@murrayc.com>
+
        * 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.
index 5afd73e..f2f8745 100644 (file)
@@ -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");