[anjal] BUGFIX: Novell Bugzilla #530515 - No space on the left of folder tree.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjal] BUGFIX: Novell Bugzilla #530515 - No space on the left of folder tree.
- Date: Thu, 13 Aug 2009 14:41:57 +0000 (UTC)
commit aaa6d8726214a2490c74dfd180821abba65cb28d
Author: Srinivasa Ragavan <sragavan novell com>
Date: Thu Aug 13 20:10:21 2009 +0530
BUGFIX: Novell Bugzilla #530515 - No space on the left of folder tree.
src/mail-shell.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/mail-shell.c b/src/mail-shell.c
index 88cb76f..1e60a4b 100644
--- a/src/mail-shell.c
+++ b/src/mail-shell.c
@@ -556,7 +556,10 @@ mail_shell_construct (MailShell *shell)
gtk_widget_show (shell->mail_component->mail_view);
gtk_widget_show (box);
gtk_paned_add2 ((GtkPaned *)priv->side_pane, box);
- gtk_box_pack_start ((GtkBox *)priv->box, priv->side_pane, TRUE, TRUE, 6);
+ tmp = gtk_hbox_new (FALSE, 0);
+ gtk_widget_show (tmp);
+ gtk_box_pack_start (tmp, priv->side_pane, TRUE, TRUE, 2);
+ gtk_box_pack_start ((GtkBox *)priv->box, tmp, TRUE, TRUE, 6);
g_signal_connect (priv->new_mail, "clicked", G_CALLBACK (new_email_btn_clicked),
shell);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]