aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/anjal-settings-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplet/anjal-settings-main.c')
-rw-r--r--capplet/anjal-settings-main.c3
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;