summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/font-selector.cpp')
-rw-r--r--src/widgets/font-selector.cpp2
1 files changed, 1 insertions, 1 deletions
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);