Fixed function prototype
authorPhilip Van Hoof <philip@codeminded.be>
Fri, 27 Apr 2007 15:15:26 +0000 (15:15 +0000)
committerPhilip Van Hoof <philip@codeminded.be>
Fri, 27 Apr 2007 15:15:26 +0000 (15:15 +0000)
pmo-trunk-r1698

src/gnome/modest-platform.c

index 3fc46b4..462c422 100644 (file)
@@ -162,16 +162,11 @@ modest_platform_run_new_folder_dialog (GtkWindow *parent_window,
        return result;
 }
 
        return result;
 }
 
+
 gint
 modest_platform_run_confirmation_dialog (GtkWindow *parent_window,
 gint
 modest_platform_run_confirmation_dialog (GtkWindow *parent_window,
-                                        ModestConfirmationDialogType type,
-                                        gpointer user_data)
+                                        const gchar *msg)
 {
 {
-       switch (type) {
-       case MODEST_CONFIRMATION_DELETE_FOLDER:
-               break;
-       };
-
        /* TODO implement confirmation dialog */
        return GTK_RESPONSE_CANCEL;
 }
        /* TODO implement confirmation dialog */
        return GTK_RESPONSE_CANCEL;
 }