2007-05-15 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Tue, 15 May 2007 13:55:43 +0000 (13:55 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 15 May 2007 13:55:43 +0000 (13:55 +0000)
commit1807d0ffbcc503686889d878c8a37b5c31f30b23
tree3a787cc7ef8a2464e1dc412c5cf17a2d3f999b18
parentea74fe74b73065c247fdb26d0ad99c8edc22ca64
2007-05-15  Murray Cumming  <murrayc@murrayc.com>

* src/modest-protocol-info.c:
        * src/modest-protocol-info.h: Adde enum-specific get functions,
        instead of using a ModestProtocolType enum parameter.

        * src/gnome/modest-account-assistant.c:
        * src/gnome/modest-store-widget.c:
        * src/gnome/modest-store-widget.h:
        * src/gnome/modest-transport-widget.c:
        * src/gnome/modest-transport-widget.h:
        * src/maemo/easysetup/modest-easysetup-servertype-combo-box.c:
        * src/maemo/easysetup/modest-easysetup-servertype-combo-box.h:
        * src/maemo/easysetup/modest-easysetup-wizard.c:
        * src/maemo/modest-account-settings-dialog.c:
        * src/maemo/modest-account-settings-dialog.h:
        * src/maemo/modest-store-widget.c:
        * src/maemo/modest-store-widget.h:
        * src/maemo/modest-transport-widget.c:
        * src/maemo/modest-transport-widget.h:
        * src/modest-account-mgr-helpers.c:
        * src/modest-account-mgr-helpers.h:
        * src/modest-account-mgr.c:
        * src/modest-account-mgr.h:
        * src/modest-tny-account.c:
        * src/modest-tny-folder.c:
        * src/widgets/modest-account-view.c:
        * src/widgets/modest-retrieve-combo-box.c:
        * src/widgets/modest-retrieve-combo-box.h:
        * src/widgets/modest-secureauth-combo-box.c:
        * src/widgets/modest-serversecurity-combo-box.c:
        * src/widgets/modest-serversecurity-combo-box.h:
        * tests/check_account-mgr.c:
        Use the specific functions, and use the re-renamed enum values for GNOME too.

pmo-trunk-r1874
30 files changed:
ChangeLog2
src/gnome/modest-account-assistant.c
src/gnome/modest-store-widget.c
src/gnome/modest-store-widget.h
src/gnome/modest-transport-widget.c
src/gnome/modest-transport-widget.h
src/maemo/easysetup/modest-easysetup-servertype-combo-box.c
src/maemo/easysetup/modest-easysetup-servertype-combo-box.h
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-account-settings-dialog.c
src/maemo/modest-account-settings-dialog.h
src/maemo/modest-store-widget.c
src/maemo/modest-store-widget.h
src/maemo/modest-transport-widget.c
src/maemo/modest-transport-widget.h
src/modest-account-mgr-helpers.c
src/modest-account-mgr-helpers.h
src/modest-account-mgr.c
src/modest-account-mgr.h
src/modest-protocol-info.c
src/modest-protocol-info.h
src/modest-tny-account.c
src/modest-tny-folder.c
src/widgets/modest-account-view.c
src/widgets/modest-retrieve-combo-box.c
src/widgets/modest-retrieve-combo-box.h
src/widgets/modest-secureauth-combo-box.c
src/widgets/modest-serversecurity-combo-box.c
src/widgets/modest-serversecurity-combo-box.h
tests/check_account-mgr.c