X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-platform.c;h=afe8f66f59036e663e52279c1b28e1d2da609185;hb=92bef44ea70f8b4e16c78591bc12f58fac9a7c53;hp=c92d1da0dce26ef3db0753cf249cf90f54a1e7db;hpb=2b4e8c186fd0ee99db60d4dbe18e35c617f91abe;p=modest diff --git a/src/gnome/modest-platform.c b/src/gnome/modest-platform.c index c92d1da..afe8f66 100644 --- a/src/gnome/modest-platform.c +++ b/src/gnome/modest-platform.c @@ -37,7 +37,7 @@ #include "gnome/modest-gnome-global-settings-dialog.h" gboolean -modest_platform_init (void) +modest_platform_init (int argc, char *argv[]) { return TRUE; /* nothing to do */ } @@ -183,7 +183,14 @@ modest_platform_run_information_dialog (GtkWindow *parent_window, /* TODO: implement a information dialog */ } -gboolean modest_platform_connect_and_wait (GtkWindow *parent_window) +gboolean modest_platform_connect_and_wait (GtkWindow *parent_window, TnyAccount *account) +{ + /* TODO: Do something with network-manager? + Otherwise, maybe it is safe to assume that we would already be online if we could be. */ + return TRUE; +} + +gboolean modest_platform_connect_and_wait_if_network_account (GtkWindow *parent_window, TnyAccount *account) { /* TODO: Do something with network-manager? Otherwise, maybe it is safe to assume that we would already be online if we could be. */