diff options
Diffstat (limited to 'capplet/mail-capplet-shell.h')
-rw-r--r-- | capplet/mail-capplet-shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplet/mail-capplet-shell.h b/capplet/mail-capplet-shell.h index be6ba2571c..ab33850257 100644 --- a/capplet/mail-capplet-shell.h +++ b/capplet/mail-capplet-shell.h @@ -50,7 +50,7 @@ typedef struct _MailCappletShellClass { void (* ctrl_q_pressed) (MailCappletShell *class); } MailCappletShellClass; -MailCappletShell * mail_capplet_shell_new (int socket_id); +MailCappletShell * mail_capplet_shell_new (int socket_id, gboolean just_druid); int mail_capplet_shell_toolbar_height (MailCappletShell *shell); #endif |