* Fix some detected memory leaks
[modest] / src / gnome / modest-platform.c
index 462c422..b59819f 100644 (file)
@@ -192,3 +192,14 @@ gboolean modest_platform_connect_and_wait (GtkWindow *parent_window)
        return TRUE;
 }
 
+gboolean modest_platform_set_update_interval (guint minutes)
+{
+       /* TODO. */
+}
+
+void
+modest_platform_run_sort_dialog (GtkWindow *parent_window,
+                                ModestSortDialogType type)
+{
+       /* TODO */
+}