aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-shown.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-05-20 23:56:45 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-05-20 23:56:45 +0800
commit05269c30e75a648907a54c22fdd247b841b08177 (patch)
tree0c08e3d5c6cfc592ce94f9e1645ca188706788c6 /my-evolution/e-summary-shown.c
parentf9932330e74c2e2abcbec925f5a971fc546d122f (diff)
downloadgsoc2013-evolution-05269c30e75a648907a54c22fdd247b841b08177.tar
gsoc2013-evolution-05269c30e75a648907a54c22fdd247b841b08177.tar.gz
gsoc2013-evolution-05269c30e75a648907a54c22fdd247b841b08177.tar.bz2
gsoc2013-evolution-05269c30e75a648907a54c22fdd247b841b08177.tar.lz
gsoc2013-evolution-05269c30e75a648907a54c22fdd247b841b08177.tar.xz
gsoc2013-evolution-05269c30e75a648907a54c22fdd247b841b08177.tar.zst
gsoc2013-evolution-05269c30e75a648907a54c22fdd247b841b08177.zip
Don't show the headers in the folder table.
* e-summary-table.c: Don't show the headers in the folder table. * e-summary-shown.c (e_summary_shown_init): Set the spacing to 3. svn path=/trunk/; revision=16942
Diffstat (limited to 'my-evolution/e-summary-shown.c')
-rw-r--r--my-evolution/e-summary-shown.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/my-evolution/e-summary-shown.c b/my-evolution/e-summary-shown.c
index 6c0dbd726f..c1cd23c4f6 100644
--- a/my-evolution/e-summary-shown.c
+++ b/my-evolution/e-summary-shown.c
@@ -477,6 +477,8 @@ e_summary_shown_init (ESummaryShown *shown)
ESummaryShownPrivate *priv;
GtkWidget *vbox;
+ gtk_box_set_spacing (GTK_BOX (shown), 3);
+
shown->shown_model = g_hash_table_new (NULL, NULL);
shown->all_model = g_hash_table_new (NULL, NULL);