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/anjal-settings-main.c | |
parent | 10d962d6120df324978200bc60fffd98ef41d49f (diff) | |
download | gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.tar.gz gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.tar.zst gsoc2013-evolution-4e88bfd6c1c8345014d5badcffd999f02cb41d0b.zip |
warning cleanup
Diffstat (limited to 'capplet/anjal-settings-main.c')
-rw-r--r-- | capplet/anjal-settings-main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/capplet/anjal-settings-main.c b/capplet/anjal-settings-main.c index f704789521..bdb257a99b 100644 --- a/capplet/anjal-settings-main.c +++ b/capplet/anjal-settings-main.c @@ -160,7 +160,7 @@ create_default_shell (void) { main_window = mail_capplet_shell_new(socket_id, FALSE, TRUE); if (!socket_id) - gtk_widget_show (main_window); + gtk_widget_show (GTK_WIDGET (main_window)); g_idle_add ((GSourceFunc) idle_cb, remaining_args); } @@ -168,7 +168,6 @@ int main (int argc, char *argv[]) { GError *error = NULL; - EShell *default_shell; GConfClient *client; UniqueApp *app; |