X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=e57cb4c5c442cb792c3014f2cba90b6f006a7dcc;hp=cbb6b316661e265f77672f9ce580107584776e3b;hb=9ab3f9d0057226978b1ad756f37f84f8bff2fc5e;hpb=f99eb542955d168e3d9ca3fcd18df22d61ae1d56 diff --git a/ChangeLog2 b/ChangeLog2 index cbb6b31..e57cb4c 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,21 @@ 2007-08-17 Murray Cumming + * src/dbus_api/modest-dbus-callbacks.c: + (on_dbus_method_get_folders): Avoid trying to get the account name + when there are no accounts, to avoid critical g_warnings, fixing + projects.maemo.org bug NB#65574. + +2007-08-17 Murray Cumming + + * src/modest-ui-actions.c: (modest_ui_actions_on_new_msg): + Use modest_account_mgr_get_signature() instead of accessing gconf + directly, to slightly simplify the code. + * src/dbus_api/modest-dbus-callbacks.c: (on_idle_compose_mail): + Append the signature also when opening via other applications, + fixing projects.maemo.org bug NB#65828. + +2007-08-17 Murray Cumming + * src/modest-tny-send-queue.c: (modest_tny_send_queue_get_msg_id): Check for NULLs to prevent a crash when opening an email that is an attachment in another email, fixing projects.maemo.org bug