diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-02 21:07:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:52:51 +0800 |
commit | 4e88bfd6c1c8345014d5badcffd999f02cb41d0b (patch) | |
tree | e76b6dfb29aa4a950898b7a347f9c6495325c5b0 /capplet/settings/mail-capplet-shell.c | |
parent | 10d962d6120df324978200bc60fffd98ef41d49f (diff) | |
download | gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.tar gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.tar.gz gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.tar.bz2 gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.tar.lz gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.tar.xz gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.tar.zst gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.zip |
warning cleanup
Diffstat (limited to 'capplet/settings/mail-capplet-shell.c')
-rw-r--r-- | capplet/settings/mail-capplet-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplet/settings/mail-capplet-shell.c b/capplet/settings/mail-capplet-shell.c index d1ccdf80ac..ea239ad832 100644 --- a/capplet/settings/mail-capplet-shell.c +++ b/capplet/settings/mail-capplet-shell.c @@ -246,7 +246,7 @@ static void ms_show_post_druid (MailViewChild *mfv G_GNUC_UNUSED, MailCappletShell *shell) { - gtk_widget_destroy(shell); + gtk_widget_destroy (GTK_WIDGET (shell)); /* if (shell->priv->settings_view) mail_view_switch_to_settings ((MailView *)shell->view, (MailViewChild *)shell->priv->settings_view); |