From 02b25fa0d3b95d94eff21e3404669a16d517733b Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sat, 11 Feb 2012 20:19:05 +0000 Subject: Get rid of deprecated gtk_marshal_* and some old GtkComboBox API (bzr r10959) --- src/widgets/font-selector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/font-selector.cpp') diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp index 08f79f9e2..4515f3f97 100644 --- a/src/widgets/font-selector.cpp +++ b/src/widgets/font-selector.cpp @@ -127,7 +127,7 @@ static void sp_font_selector_class_init(SPFontSelectorClass *c) GTK_RUN_FIRST, GTK_CLASS_TYPE(object_class), GTK_SIGNAL_OFFSET(SPFontSelectorClass, font_set), - gtk_marshal_NONE__POINTER, + g_cclosure_marshal_VOID__POINTER, GTK_TYPE_NONE, 1, GTK_TYPE_POINTER); -- cgit v1.2.3