aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-01-18 07:46:45 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-01-18 07:46:45 +0800
commit8e546420df08f5fe243aa4227be44915fd79b86b (patch)
tree9475c4be3cf2eedceaa0122f5071a6f2914f3dd4 /shell/e-shell-window-private.c
parentc22126d54f0cf0637e3d5ddd5d78b3ff5d111582 (diff)
downloadgsoc2013-evolution-8e546420df08f5fe243aa4227be44915fd79b86b.tar
gsoc2013-evolution-8e546420df08f5fe243aa4227be44915fd79b86b.tar.gz
gsoc2013-evolution-8e546420df08f5fe243aa4227be44915fd79b86b.tar.bz2
gsoc2013-evolution-8e546420df08f5fe243aa4227be44915fd79b86b.tar.lz
gsoc2013-evolution-8e546420df08f5fe243aa4227be44915fd79b86b.tar.xz
gsoc2013-evolution-8e546420df08f5fe243aa4227be44915fd79b86b.tar.zst
gsoc2013-evolution-8e546420df08f5fe243aa4227be44915fd79b86b.zip
Fix a runtime warning.
svn path=/branches/kill-bonobo/; revision=37094
Diffstat (limited to 'shell/e-shell-window-private.c')
-rw-r--r--shell/e-shell-window-private.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index 6fcdc2b6fc..f16a8a68f5 100644
--- a/shell/e-shell-window-private.c
+++ b/shell/e-shell-window-private.c
@@ -264,6 +264,7 @@ e_shell_window_private_init (EShellWindow *shell_window)
gtk_widget_show (widget);
widget = gtk_hbox_new (FALSE, 2);
+ gtk_container_set_border_width (GTK_CONTAINER (widget), 1);
gtk_box_pack_start (GTK_BOX (container), widget, FALSE, FALSE, 0);
priv->status_area = g_object_ref (widget);
gtk_widget_show (widget);