talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit afd4f400007a15472577868805ae8a5e5ac8e776
parent 46661cf493424841e4c38688beab2a8791c748cc
Author: wwp <wwp@free.fr>
Date:   Fri,  4 May 2018 13:35:56 +0200

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

Diffstat:
Msrc/compose.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/compose.c b/src/compose.c @@ -10961,9 +10961,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,