2007-04-27 Murray Cumming <murrayc@murrayc.com>
[modest] / src / gnome / modest-platform.c
index 999e462..3fc46b4 100644 (file)
@@ -189,3 +189,11 @@ modest_platform_run_information_dialog (GtkWindow *parent_window,
 
        /* TODO: implement a information dialog */
 }
+
+gboolean modest_platform_connect_and_wait (GtkWindow *parent_window)
+{
+       /* 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;
+}
+