[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-106-gde6bb50
ticho at claws-mail.org
ticho at claws-mail.org
Tue Feb 27 09:13:35 CET 2018
The branch, gtk3 has been updated
via de6bb50efd22c4179244f06712502a87ceb14a24 (commit)
from a1fddbf2dd4be1962f0378d3546240e1f491d2bf (commit)
Summary of changes:
src/gtk/gtkcmclist.c | 2 --
1 file changed, 2 deletions(-)
- Log -----------------------------------------------------------------
commit de6bb50efd22c4179244f06712502a87ceb14a24
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Tue Feb 27 09:12:38 2018 +0100
Remove GTK version check for 3.4.0, since the build requires higher version than that.
diff --git a/src/gtk/gtkcmclist.c b/src/gtk/gtkcmclist.c
index 0160713..83ff3ee 100644
--- a/src/gtk/gtkcmclist.c
+++ b/src/gtk/gtkcmclist.c
@@ -4634,9 +4634,7 @@ gtk_cmclist_realize (GtkWidget *widget)
#endif
attributes.event_mask = gtk_widget_get_events (widget);
attributes.event_mask |= (GDK_SCROLL_MASK |
-#if GTK_CHECK_VERSION(3, 4, 0)
GDK_SMOOTH_SCROLL_MASK |
-#endif
GDK_POINTER_MOTION_MASK |
GDK_EXPOSURE_MASK |
GDK_BUTTON_PRESS_MASK |
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list