[Commits] [SCM] claws branch, master, updated. 3.16.0-145-g1e58295

wwp at claws-mail.org wwp at claws-mail.org
Fri May 4 13:36:39 CEST 2018


The branch, master has been updated
       via  1e582954c1e3b528fdff02e11ffc37e79bcf05a2 (commit)
      from  e5a059330156212c1d83eb5e4af86a66a103df7d (commit)

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


- Log -----------------------------------------------------------------
commit 1e582954c1e3b528fdff02e11ffc37e79bcf05a2
Author: wwp <wwp at free.fr>
Date:   Fri May 4 13:35:56 2018 +0200

    Fix code compilation when configure --enable-generic-umpc code has been used.

diff --git a/src/compose.c b/src/compose.c
index a49d6ad..e8bf9c0 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10945,9 +10945,9 @@ static void compose_paste_cb(GtkAction *action, gpointer data)
 	gint prev_autowrap;
 	GtkTextBuffer *buffer;
 	BLOCK_WRAP();
-	if (compose->focused_editable &&
+	if (compose->focused_editable
 #ifndef GENERIC_UMPC
-	    gtk_widget_has_focus(compose->focused_editable)
+	    && gtk_widget_has_focus(compose->focused_editable)
 #endif
 		)
 		entry_paste_clipboard(compose, compose->focused_editable, 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list