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



commit b4ede9dea9df3e698536f224c6c3e515ab63fc24
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 55dc6a6..232e902 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((GObject *)header->input_widget, "parent");
 	} else {
 		parent = gtk_widget_get_parent (header->input_widget);



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