aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 1ba075d957..7d8e6c5f85 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -362,11 +362,11 @@ shell_window_construct_menubar (EShellWindow *shell_window)
parent = gtk_widget_get_parent (main_menu);
g_object_ref (parent);
- gtk_container_remove ((GtkContainer *)parent, main_menu);
+ gtk_container_remove ((GtkContainer *) parent, main_menu);
child = gtk_hbox_new (FALSE, 0);
- gtk_box_pack_start ((GtkBox *)child, main_menu, TRUE, TRUE, 0);
+ gtk_box_pack_start ((GtkBox *) child, main_menu, TRUE, TRUE, 0);
gtk_widget_show (child);
- gtk_container_add ((GtkContainer *)parent, child);
+ gtk_container_add ((GtkContainer *) parent, child);
shell_window->priv->menubar_box = child;
g_object_bind_property (