2007-04-27 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Fri, 27 Apr 2007 11:35:53 +0000 (11:35 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 27 Apr 2007 11:35:53 +0000 (11:35 +0000)
commit99b831c709432c1dbf5331b9ab18690426244bb8
tree7aa85b033ed83c5aa5a78ccf707ddff262715b6e
parent95450fa69acf453d0ffdeabae6d6a67aeabac235
2007-04-27  Murray Cumming  <murrayc@murrayc.com>

* src/modest-platform.h:
        * src/gnome/modest-platform.c: (modest_platform_connect_and_wait):
        * src/maemo/modest-platform.c: (modest_platform_connect_and_wait):
        * src/modest-main.c: Implement this function so we can avoid using
        maemo-specific API from cross-platform code.
        (main):
        * src/modest-tny-account-store.c:
        (get_smtp_specific_transport_account_for_open_connection):
        * src/modest-ui-actions.c: (check_for_connection),
        (modest_ui_actions_on_item_not_found):
        Use modest_platform_connect_and_wait() and put #idefs around other
        maemo-specific code, because only maemo currently has a way to
        identify connection names.

pmo-trunk-r1692
ChangeLog2
src/gnome/modest-platform.c
src/maemo/modest-platform.c
src/modest-main.c
src/modest-platform.h
src/modest-tny-account-store.c
src/modest-ui-actions.c