[Commits] [SCM] claws branch, master, updated. 3.14.1-59-ge3bb5c6

claws at claws-mail.org claws at claws-mail.org
Fri Dec 16 11:21:36 CET 2016


The branch, master has been updated
       via  e3bb5c6ac8a605bdeb836f4efeb5af02a8bbc00e (commit)
      from  77a2981141aa9d2653fb0092db0e44a3d9bee8e6 (commit)

Summary of changes:
 src/compose.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit e3bb5c6ac8a605bdeb836f4efeb5af02a8bbc00e
Author: Paul <paul at claws-mail.org>
Date:   Fri Dec 16 10:21:31 2016 +0000

    fix black on black in From header

diff --git a/src/compose.c b/src/compose.c
index a4e4881..26fd9ec 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -7503,6 +7503,11 @@ static Compose *compose_create(PrefsAccount *account,
 
 	cm_return_val_if_fail(account != NULL, NULL);
 
+	gtkut_convert_int_to_gdk_color(prefs_common.default_header_bgcolor,
+					   &default_header_bgcolor);
+	gtkut_convert_int_to_gdk_color(prefs_common.default_header_color,
+					   &default_header_color);
+
 	debug_print("Creating compose window...\n");
 	compose = g_new0(Compose, 1);
 
@@ -8097,11 +8102,6 @@ static Compose *compose_create(PrefsAccount *account,
 		gtk_widget_show(window);
 	}
 	
-	gtkut_convert_int_to_gdk_color(prefs_common.default_header_bgcolor,
-					   &default_header_bgcolor);
-	gtkut_convert_int_to_gdk_color(prefs_common.default_header_color,
-					   &default_header_color);
-
 	return compose;
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list