diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-21 12:05:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-21 20:18:39 +0800 |
commit | a4cb2af92266116c86703b59ce5d92baf259d610 (patch) | |
tree | f57da6f8453ee6682357f3372b2b21aa2be76d41 /shell | |
parent | c99b9f5849ea09b7aae6a1e10f07bb3c2f2e287f (diff) | |
download | gsoc2013-evolution-a4cb2af92266116c86703b59ce5d92baf259d610.tar.gz gsoc2013-evolution-a4cb2af92266116c86703b59ce5d92baf259d610.tar.zst gsoc2013-evolution-a4cb2af92266116c86703b59ce5d92baf259d610.zip |
Fix compiler warnings.
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); } /** |