[Commits] [SCM] claws branch, master, updated. 3.15.0-132-g62686c8
claws at claws-mail.org
claws at claws-mail.org
Sat Sep 2 11:44:54 CEST 2017
The branch, master has been updated
via 62686c8f6f942c79706ed12cdc97ea10aad8c016 (commit)
from 9f24157d84365cfffeeff862898135e8894899a7 (commit)
Summary of changes:
src/compose.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 62686c8f6f942c79706ed12cdc97ea10aad8c016
Author: Paul <paul at claws-mail.org>
Date: Sat Sep 2 10:44:48 2017 +0100
fix bug 3852, 'delete header entry button doesn't restore colour'
diff --git a/src/compose.c b/src/compose.c
index 81747bb..eef03d5 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -11708,6 +11708,8 @@ static gboolean compose_headerentry_button_clicked_cb (GtkWidget *button,
ComposeHeaderEntry *headerentry)
{
gtk_entry_set_text(GTK_ENTRY(headerentry->entry), "");
+ gtk_widget_modify_base(GTK_WIDGET(headerentry->entry), GTK_STATE_NORMAL, NULL);
+ gtk_widget_modify_text(GTK_WIDGET(headerentry->entry), GTK_STATE_NORMAL, NULL);
return FALSE;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list