[Commits] [SCM] claws branch, master, updated. 3.16.0-232-gebc70c9
ticho at claws-mail.org
ticho at claws-mail.org
Fri Jul 13 15:27:40 CEST 2018
The branch, master has been updated
via ebc70c9165b0825f9997400947a33dab709c1929 (commit)
from 493ff6c54a1af3fabdd7e6ea3b2da19b21ebaad2 (commit)
Summary of changes:
src/gtk/gtkcmclist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ebc70c9165b0825f9997400947a33dab709c1929
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Fri Jul 13 15:17:58 2018 +0200
Fix a condition typo in gtk_cmclist_motion().
diff --git a/src/gtk/gtkcmclist.c b/src/gtk/gtkcmclist.c
index 736cfe8..a72e155 100644
--- a/src/gtk/gtkcmclist.c
+++ b/src/gtk/gtkcmclist.c
@@ -5468,7 +5468,7 @@ gtk_cmclist_motion (GtkWidget *widget,
row = CLAMP (row, 0, clist->rows - 1);
- if (button_actions & GTK_CMBUTTON_SELECTS &
+ if (button_actions & GTK_CMBUTTON_SELECTS &&
!g_object_get_data (G_OBJECT (widget), "gtk-site-data"))
{
if (row == clist->focus_row)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list