[anjal] Align the Show CC and Show BCC buttons to the To header.



commit 19b67ec3ea19238c36a2e1db09f0e7f3a2577c48
Author: Bharath Acharya <abharath novell com>
Date:   Wed Apr 29 10:37:22 2009 +0530

    Align the Show CC and Show BCC buttons to the To header.
---
 src/e-composer-header-table.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/e-composer-header-table.c b/src/e-composer-header-table.c
index f0ac312..846b717 100644
--- a/src/e-composer-header-table.c
+++ b/src/e-composer-header-table.c
@@ -253,7 +253,7 @@ composer_header_table_constructor (GType type,
 
 	gtk_widget_show_all (priv->actions_container);
 
-	ii = E_COMPOSER_HEADER_FROM;
+	ii = E_COMPOSER_HEADER_TO;
 
 	/* Leave room for the action buttons. */
 	gtk_container_child_set (
@@ -261,8 +261,8 @@ composer_header_table_constructor (GType type,
 		priv->headers[ii]->input_widget,
 		"right-attach", 2, NULL);
 
-	gtk_table_attach (GTK_TABLE (object), priv->actions_container, 2, 4, E_COMPOSER_HEADER_FROM, 
-			  E_COMPOSER_HEADER_FROM + 1, GTK_FILL, 0, 0, 3);
+	gtk_table_attach (GTK_TABLE (object), priv->actions_container, 2, 4, E_COMPOSER_HEADER_TO, 
+			  E_COMPOSER_HEADER_TO + 1, GTK_FILL, 0, 0, 3);
 
 
 	return object;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]