X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=5de6f114ade8a1eb5b873f4a459b179707478415;hp=9ed41e590ad2fb56cf450dd56db4056ee97da645;hb=434f59409e20ea0ae3a828422d1c9cc91fdde8fa;hpb=73cad43f81a906f0d597301052e2b1628317a622 diff --git a/ChangeLog2 b/ChangeLog2 index 9ed41e5..5de6f11 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,18 @@ 2007-07-09 Murray Cumming + * src/maemo/modest-maemo-utils.h: + * src/maemo/modest-maemo-utils.c: + Added modest_maemo_show_information_note_and_forget() for use instead of + gtk_dialog_run() when the response is not needed, to avoid an extra + mainloop which could cause a hang. + + * src/maemo/modest-main-window.c: (on_sendqueue_error_happened): + Use the logical IDs for the error message, though they are not + specific enough. Note that I used modest_maemo_show_information_note_and_forget() + because gtk_dialog_run() caused a hang here (the window did not close). + +2007-07-09 Murray Cumming + * src/modest-account-mgr-helpers.h: * src/modest-account-mgr-helpers.c: Added modest_account_mgr_get_store_protocol().