2007-07-25 Murray Cumming <murrayc@murrayc.com>
[modest] / ChangeLog2
index 8a9168d..61c95b6 100644 (file)
@@ -1,5 +1,23 @@
 2007-07-25  Murray Cumming  <murrayc@murrayc.com>
 
+       * src/maemo/modest-maemo-utils.h: 
+       * src/maemo/modest-maemo-utils.c: Added 
+       modest_maemo_show_information_note_in_main_context_and_forget().
+       * src/modest-tny-account-store.c: (modest_tny_account_store_alert):
+       Use the new function to show simple error dialogs in the main 
+       context, though question dialogs are still in the current context, 
+       which is unfortunately usually not the main context. This should 
+       fix some hangs.
+
+2007-07-25  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/modest-tny-account-store.c: (get_password):
+       Never save the entered username and password in gconf, 
+       because the UI spec says we should not. This helps 
+       slightly with projects.maemo.org bug NB#63671.
+
+2007-07-25  Murray Cumming  <murrayc@murrayc.com>
+
        * src/widgets/modest-msg-edit-window.h:
        * src/maemo/modest-msg-edit-window.c: (create_stream_for_uri):
        Moved some code here to make it simpler.