aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-05-11 22:42:14 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-05-11 22:42:14 +0800
commit69ee9bcccbe42f413c5acf99093f553918991651 (patch)
tree3b7dd286131087f6b7866ca3abe84b340fe7373a /shell/e-shell-view.c
parent3cc02e83c7f854e1a088cdc7c8ac53032fedf40d (diff)
parentbde1bc6bca4c5ed63a193f7dc50252e550a0fb40 (diff)
downloadgsoc2013-evolution-69ee9bcccbe42f413c5acf99093f553918991651.tar
gsoc2013-evolution-69ee9bcccbe42f413c5acf99093f553918991651.tar.gz
gsoc2013-evolution-69ee9bcccbe42f413c5acf99093f553918991651.tar.bz2
gsoc2013-evolution-69ee9bcccbe42f413c5acf99093f553918991651.tar.lz
gsoc2013-evolution-69ee9bcccbe42f413c5acf99093f553918991651.tar.xz
gsoc2013-evolution-69ee9bcccbe42f413c5acf99093f553918991651.tar.zst
gsoc2013-evolution-69ee9bcccbe42f413c5acf99093f553918991651.zip
Merge commit 'origin/express2' into express2
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 77215e73a2..be099b9869 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -670,7 +670,8 @@ shell_view_construct_searchbar (EShellView *shell_view)
item = gtk_tool_button_new (image, gtk_action_get_label (action));
gtk_widget_set_name (GTK_WIDGET (item), "MeeGoCloseButton");
gtk_activatable_set_related_action (GTK_ACTIVATABLE (item), action);
- gtk_toolbar_insert (GTK_TOOLBAR (main_toolbar), item, -1);
+ gtk_box_pack_start ((GtkBox *)e_shell_window_get_menu_bar_box(shell_window), (GtkWidget *)item, FALSE, FALSE, 0);
+ gtk_widget_show_all((GtkWidget *)item);
}
return widget;