* have the folder view use the right icons for the local folders
[modest] / ChangeLog2
index 476539c..182b86d 100644 (file)
@@ -1,5 +1,36 @@
 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
 
+       * src/maemo/modest-account-view-window.c:
+       (modest_account_view_window_init),
+       (modest_account_view_window_new):
+       Use the same buttons as specified in the 
+       UI spec. Add the widgets to the vbox and action_area instead of just assigning them to 
+       the existing widgets, which never had a chance of working.
+       Put the ModestAccountView treeview in a scrolled window.
+       Do not repeat the initialization in both _init() and _new().
+       
+       * src/widgets/modest-account-view.c: (update_account_view):
+       Add a warning about modest_account_mgr_account_names() returning NULL, which is why 
+       this widget and window shows no accounts.
+       
+       * po/en_GB.po: Added translations needed for the dialog button logical IDs.
+       
+2007-04-05  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       (set_default_custom_servernames): Avoid a dereference of a destroyed widget.
+       (create_account): Do a sanity check, showing that modest_account_mgr_account_names() 
+       returns NULL after modest_account_mgr_add_server_account() returned TRUE, 
+       which seems wrong.
+       
+       * src/maemo/modest-main-window-ui.h: Specify the callback for the Accounts menu item.
+       * src/modest-ui-actions.c: (modest_ui_actions_on_accounts): Open the wizard if no 
+       accounts exist yet, as in the UI spec.
+       
+       * src/modest-account-mgr.h: Add TODO comment about a possible memory leak.
+
+2007-04-05  Murray Cumming  <murrayc@murrayc.com>
+
        * src/maemo/Makefile.am:
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        * src/maemo/modest-connection-specific-smtp-edit-window.h: