aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-shell-content.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-04-30 01:54:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-04-30 01:54:49 +0800
commit0067abc21a679e78b05a138dd693b0400b7584a0 (patch)
treea8d9fb3ca1b6e674c3248df02ec78cf781babaf1 /mail/e-mail-shell-content.c
parent93b09e42086922928d672172f9ef731e8df6ba77 (diff)
downloadgsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.gz
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.bz2
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.lz
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.xz
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.zst
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.zip
Make the message search bar more Firefoxy.
Refine the EMailSearchBar to look more like Firefox's. Also, use GtkEntry's new icon capability (GTK+ 2.16 feature) in place of EIconEntry. And use a cute icon for Help -> Evolution FAQ.
Diffstat (limited to 'mail/e-mail-shell-content.c')
-rw-r--r--mail/e-mail-shell-content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-shell-content.c b/mail/e-mail-shell-content.c
index 9f6de123aa..f7bb17592e 100644
--- a/mail/e-mail-shell-content.c
+++ b/mail/e-mail-shell-content.c
@@ -403,7 +403,7 @@ mail_shell_content_constructed (GObject *object)
priv->message_list = g_object_ref (widget);
gtk_widget_show (widget);
- widget = gtk_vbox_new (FALSE, 0);
+ widget = gtk_vbox_new (FALSE, 1);
gtk_paned_add2 (GTK_PANED (container), widget);
gtk_widget_show (widget);