2007-04-27 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Fri, 27 Apr 2007 13:17:31 +0000 (13:17 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 27 Apr 2007 13:17:31 +0000 (13:17 +0000)
commit4f23aa47ccff9b04fd6646be605ee96bad4be0b4
tree8911e55ec0dc04037078f703cec5c8ef36443e1a
parentdde66f6a3aceb78ed40d8ae247bd613ab25b8fff
2007-04-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_custom_outgoing): Correct the position of the horizontal separator to
        match the UI spec.

        * src/maemo/modest-main-window.c: (set_toolbar_mode): Check that widgets are not NULL
        before showing/hiding them, to avoid a crash when clicking on folders when there are no
        gconf settings. I probably added more checks than necessary, but that is safer.

        * src/modest-ui-actions.c: (modest_ui_actions_on_move_to): Initialize the mail_op
        variable to fix the build, but this seems to be used when it is still NULL.

pmo-trunk-r1695
ChangeLog2
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-main-window.c
src/modest-ui-actions.c