[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-915-gaaff9087b
paul at claws-mail.org
paul at claws-mail.org
Thu Jan 30 15:17:13 CET 2020
The branch, gtk3 has been updated
via aaff9087b693096732bd0f3ba482902114081ee3 (commit)
from d8fab20e75f98edf882309535b4a6c1b7e0474c5 (commit)
Summary of changes:
src/gtk/gtkvscrollbutton.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit aaff9087b693096732bd0f3ba482902114081ee3
Author: paul <paul at claws-mail.org>
Date: Thu Jan 30 14:17:08 2020 +0000
replace deprecated gtk_vbox_get_type
diff --git a/src/gtk/gtkvscrollbutton.c b/src/gtk/gtkvscrollbutton.c
index 3feafa8b5..fd7c9231b 100644
--- a/src/gtk/gtkvscrollbutton.c
+++ b/src/gtk/gtkvscrollbutton.c
@@ -106,7 +106,7 @@ GType gtk_vscrollbutton_get_type(void)
(const GTypeValueTable *) NULL /* value table */
};
- vscrollbutton_type = g_type_register_static (GTK_TYPE_VBOX, "GtkVScrollbutton", &vscrollbutton_info, (GTypeFlags)0);
+ vscrollbutton_type = g_type_register_static (GTK_TYPE_BOX, "GtkVScrollbutton", &vscrollbutton_info, (GTypeFlags)0);
}
return vscrollbutton_type;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list