diff options
Diffstat (limited to 'capplet/settings/mail-capplet-shell.h')
-rw-r--r-- | capplet/settings/mail-capplet-shell.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/capplet/settings/mail-capplet-shell.h b/capplet/settings/mail-capplet-shell.h index 5845973065..05159a5595 100644 --- a/capplet/settings/mail-capplet-shell.h +++ b/capplet/settings/mail-capplet-shell.h @@ -51,8 +51,7 @@ typedef struct _MailCappletShellClass { } MailCappletShellClass; GType mail_capplet_shell_get_type (void); -MailCappletShell * - mail_capplet_shell_new (gint socket_id, +GtkWidget * mail_capplet_shell_new (gint socket_id, gboolean just_druid, gboolean main_loop); gint mail_capplet_shell_toolbar_height |