[evolution/kill-bonobo] BUGFIX: #589982 - Fix a critical warning while replying for a mail



commit a168c8d2de53fb25ae41a38f8e7e73b93a749daa
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Tue Jul 28 21:32:28 2009 +0530

    BUGFIX: #589982 - Fix a critical warning while replying for a mail

 composer/e-composer-header-table.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/composer/e-composer-header-table.c b/composer/e-composer-header-table.c
index 47885df..30e3d57 100644
--- a/composer/e-composer-header-table.c
+++ b/composer/e-composer-header-table.c
@@ -160,7 +160,7 @@ composer_header_table_notify_header (EComposerHeader *header,
 {
 	GtkWidget *parent;
 
-	if (strcmp (property_name, "destinations-to") == 0)
+	if (composer_lite && strcmp (property_name, "destinations-to") == 0)
 		parent = g_object_get_data (
 			G_OBJECT (header->input_widget), "parent");
 	else



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