X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=2c04fc1ccaafc66afaac68a315cd99e3a3ebfa7c;hp=3fb79000910fc06ac8728454b35cb22ea54394df;hb=5c6a9d51bc2b4e5263ec7dac4f4d92563491be30;hpb=0fc9715676a370ae244e92e64169f0c33aec71df diff --git a/ChangeLog2 b/ChangeLog2 index 3fb7900..2c04fc1 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,25 @@ +2007-07-30 Murray Cumming + + * src/modest-tny-account-store.c: (on_account_removed), + (on_account_changed): Emit the ACCOUNT_UPDATE signal so that the + account is removed from the View menu. We have TnyAccountStore + and ModestTnyAccountStore signals that seem very similar, but this + seems to work for now. + + * src/maemo/modest-main-window.c: + (on_show_account_action_activated): Prevent dereference + of a NULL if the accoutn does not really exist, though that + should not happen anymore. + + This fixes projects.maemo.org bug NB#64606. + +2007-07-30 Murray Cumming + + * src/modest-ui-actions.c: (run_account_setup_wizard), + (modest_ui_actions_on_accounts): Revert a change that set these + to modal dialogs, freezing the UI when they show secondary dialogs. + This fixed projects.maemo.org bug NB#64519. + 2007-07-27 Murray Cumming * src/widgets/modest-header-view-render.c: