[Commits] [SCM] claws branch, master, updated. 3.17.0-161-ga2fe3fd
ticho at claws-mail.org
ticho at claws-mail.org
Mon Nov 12 21:23:54 CET 2018
The branch, master has been updated
via a2fe3fd40f7c275ff7dc67a581d6361dcbee730a (commit)
from 9e6d0bb29a56a918878c89c10d7be9d779904779 (commit)
Summary of changes:
src/gtk/gtkshruler.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit a2fe3fd40f7c275ff7dc67a581d6361dcbee730a
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Mon Nov 12 21:23:38 2018 +0100
Restored a mistakenly removed ifdef.
diff --git a/src/gtk/gtkshruler.c b/src/gtk/gtkshruler.c
index f6df16f..9db770d 100644
--- a/src/gtk/gtkshruler.c
+++ b/src/gtk/gtkshruler.c
@@ -195,7 +195,9 @@ gtk_shruler_class_init (GtkSHRulerClass *klass)
widget_class->motion_notify_event = gtk_shruler_motion_notify;
widget_class->expose_event = gtk_shruler_expose;
+#if !GLIB_CHECK_VERSION(2, 58, 0)
g_type_class_add_private (object_class, sizeof (GtkSHRulerPrivate));
+#endif
g_object_class_install_property (object_class,
PROP_ORIENTATION,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list