* Full implementation of the Global settings dialogs UI with all the notifications...
[modest] / src / gnome / modest-platform.c
index 4dc60c0..c0a9a21 100644 (file)
@@ -178,15 +178,8 @@ modest_platform_run_confirmation_dialog (GtkWindow *parent_window,
 
 void
 modest_platform_run_information_dialog (GtkWindow *parent_window,
-                                       ModestInformationDialogType type)
+                                       const gchar *message)
 {
-       switch (type) {
-       case MODEST_INFORMATION_CREATE_FOLDER:
-               break;
-       case MODEST_INFORMATION_DELETE_FOLDER:
-               break;
-       };
-
        /* TODO: implement a information dialog */
 }