[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-293-g0371d85ee
paul at claws-mail.org
paul at claws-mail.org
Mon Oct 4 10:17:37 CEST 2021
The branch, gtk3 has been updated
via 0371d85eea01def93d51c6a5f13f0f668cef2391 (commit)
via 57c52f338b9bbdfab6264ae7a6175b964feb1c79 (commit)
from 27054565773d4262e45bb8a0b0a2f68283a909bc (commit)
Summary of changes:
src/textview.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 0371d85eea01def93d51c6a5f13f0f668cef2391
Merge: 57c52f338 270545657
Author: paul <paul at claws-mail.org>
Date: Mon Oct 4 09:17:15 2021 +0100
Merge branch 'gtk2' of ssh+git://git.claws-mail.org/home/git/claws into gtk3
commit 57c52f338b9bbdfab6264ae7a6175b964feb1c79
Author: paul <paul at claws-mail.org>
Date: Mon Oct 4 09:14:57 2021 +0100
fix incompatible pointer type warning
diff --git a/src/textview.c b/src/textview.c
index a562bcd68..d847b4697 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -2754,7 +2754,7 @@ static gboolean textview_scrolled(GtkWidget *widget,
gdouble x, y;
if ((event->direction == GDK_SCROLL_SMOOTH) &&
- gdk_event_get_scroll_deltas(event, &x, &y)) {
+ gdk_event_get_scroll_deltas((GdkEvent *)event, &x, &y)) {
if (y < 0)
textview_zoom(widget, TRUE);
else
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list