[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-625-g9a699ab
mones at claws-mail.org
mones at claws-mail.org
Sun Mar 31 11:53:58 CEST 2019
The branch, gtk3 has been updated
via 9a699ab9debabae9ba223c66418464713a8570d8 (commit)
from d00697d714887bbaa24190a20614c8330eafe34f (commit)
Summary of changes:
src/gtk/gtkaspell.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 9a699ab9debabae9ba223c66418464713a8570d8
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Mar 31 11:52:23 2019 +0200
Fix segfault in gtkaspell's allocate_color()
diff --git a/src/gtk/gtkaspell.c b/src/gtk/gtkaspell.c
index 0b10001..da77f72 100644
--- a/src/gtk/gtkaspell.c
+++ b/src/gtk/gtkaspell.c
@@ -2266,7 +2266,7 @@ static void allocate_color(GtkAspell *gtkaspell, GdkRGBA rgba)
gtkaspell->highlight = rgba;
gtk_text_buffer_create_tag(buffer, "misspelled",
- "foreground-rgba", gtkaspell->highlight, NULL);
+ "foreground-rgba", &(gtkaspell->highlight), NULL);
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list