summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-11 20:19:05 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-11 20:19:05 +0000
commit02b25fa0d3b95d94eff21e3404669a16d517733b (patch)
tree75915c5cffc46c00f82e00949f79792707041690 /src/widgets/font-selector.cpp
parentGSEAL fixes (diff)
downloadinkscape-02b25fa0d3b95d94eff21e3404669a16d517733b.tar.gz
inkscape-02b25fa0d3b95d94eff21e3404669a16d517733b.zip
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
(bzr r10959)
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);