aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-09 01:24:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-09 01:37:20 +0800
commit8a186c3588d3598857c36e2122fa68d01eba30fd (patch)
tree731078659d4e04af8346c5ca68512d8537b3707a /shell/e-shell-window.c
parent2bf3460cd3eb0853a1d10a6e36f5091898a5533f (diff)
downloadgsoc2013-evolution-8a186c3588d3598857c36e2122fa68d01eba30fd.tar
gsoc2013-evolution-8a186c3588d3598857c36e2122fa68d01eba30fd.tar.gz
gsoc2013-evolution-8a186c3588d3598857c36e2122fa68d01eba30fd.tar.bz2
gsoc2013-evolution-8a186c3588d3598857c36e2122fa68d01eba30fd.tar.lz
gsoc2013-evolution-8a186c3588d3598857c36e2122fa68d01eba30fd.tar.xz
gsoc2013-evolution-8a186c3588d3598857c36e2122fa68d01eba30fd.tar.zst
gsoc2013-evolution-8a186c3588d3598857c36e2122fa68d01eba30fd.zip
Coding style cleanups.
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 (