diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-content.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /** |