diff options
-rw-r--r-- | 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 47885df074..30e3d5778f 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 |