From bfaaaf950d6c214ffb774de2950a1c6de5af0119 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Thu, 3 Dec 2009 12:26:45 +0100 Subject: [PATCH] Use new global settings dialog for gtk. --- src/gtk/modest-platform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gtk/modest-platform.c b/src/gtk/modest-platform.c index f492eb6..7255013 100644 --- a/src/gtk/modest-platform.c +++ b/src/gtk/modest-platform.c @@ -63,6 +63,7 @@ #include #include #include +#include #include #include "widgets/modest-toolkit-utils.h" @@ -1101,7 +1102,7 @@ modest_platform_remove_new_mail_notifications (gboolean only_visuals) GtkWidget * modest_platform_get_global_settings_dialog () { - return NULL; + return modest_default_global_settings_dialog_new (); } void -- 1.7.9.5