From a4cb2af92266116c86703b59ce5d92baf259d610 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 21 Apr 2010 00:05:00 -0400 Subject: Fix compiler warnings. --- shell/e-shell-content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c index aef93d73ec..fba96d7477 100644 --- a/shell/e-shell-content.c +++ b/shell/e-shell-content.c @@ -313,7 +313,7 @@ e_shell_content_init (EShellContent *shell_content) { shell_content->priv = E_SHELL_CONTENT_GET_PRIVATE (shell_content); - gtk_widget_set_has_window (shell_content, FALSE); + gtk_widget_set_has_window (GTK_WIDGET (shell_content), FALSE); } /** -- cgit