diff options
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view.c b/modules/calendar/e-cal-shell-view.c index afa30c3da8..f17a1386b4 100644 --- a/modules/calendar/e-cal-shell-view.c +++ b/modules/calendar/e-cal-shell-view.c @@ -109,7 +109,7 @@ cal_shell_view_constructed (GObject *object) gtk_widget_show_all (box); - gtk_box_pack_start (GTK_BOX (e_shell_searchbar_get_search_box (searchbar)), box, FALSE, FALSE, 0); + gtk_container_add (GTK_CONTAINER (e_shell_searchbar_get_search_box (searchbar)), box); } static void |