diff options
author | Milan Crha <mcrha@redhat.com> | 2012-11-06 03:30:36 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-11-06 03:30:36 +0800 |
commit | c64d09ebc544dbba13024f7706cb891e373fe64c (patch) | |
tree | b70220a9d55be2107209f5e14ffedc410f05a459 /shell/e-shell-searchbar.c | |
parent | 136f4d53bd64ecd14df5035d5f3b46c748661724 (diff) | |
download | gsoc2013-evolution-c64d09ebc544dbba13024f7706cb891e373fe64c.tar.gz gsoc2013-evolution-c64d09ebc544dbba13024f7706cb891e373fe64c.tar.zst gsoc2013-evolution-c64d09ebc544dbba13024f7706cb891e373fe64c.zip |
Missing search buttons in Calendar view
Diffstat (limited to 'shell/e-shell-searchbar.c')
-rw-r--r-- | shell/e-shell-searchbar.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c index b80b3e27cd..002fc35f0a 100644 --- a/shell/e-shell-searchbar.c +++ b/shell/e-shell-searchbar.c @@ -1250,8 +1250,10 @@ e_shell_searchbar_new (EShellView *shell_view) { g_return_val_if_fail (E_IS_SHELL_VIEW (shell_view), NULL); - return g_object_new ( - E_TYPE_SHELL_SEARCHBAR, "shell-view", shell_view, NULL); + return g_object_new (E_TYPE_SHELL_SEARCHBAR, + "shell-view", shell_view, + "orientation", GTK_ORIENTATION_HORIZONTAL, + NULL); } /** |