diff options
Diffstat (limited to 'capplet/settings/mail-capplet-shell.c')
-rw-r--r-- | capplet/settings/mail-capplet-shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplet/settings/mail-capplet-shell.c b/capplet/settings/mail-capplet-shell.c index 33b22f80be..d27e4d85fc 100644 --- a/capplet/settings/mail-capplet-shell.c +++ b/capplet/settings/mail-capplet-shell.c @@ -274,13 +274,13 @@ mail_capplet_shell_toolbar_height (MailCappletShell *shell) return allocation.height; } -MailCappletShell * +GtkWidget * mail_capplet_shell_new (gint socket_id, gboolean just_druid, gboolean main_loop) { MailCappletShell *shell = g_object_new (MAIL_CAPPLET_SHELL_TYPE, NULL); mail_capplet_shell_construct (shell, socket_id, just_druid, main_loop); - return shell; + return GTK_WIDGET (shell); } #define PERSONAL_RELATIVE_URI "system" |