summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-attr-list.cpp
diff options
context:
space:
mode:
authorNathan Hurst <njh@njhurst.com>2010-04-29 04:54:37 +0000
committerNathan Hurst <njh@thestral>2010-04-29 04:54:37 +0000
commitd1f3fa05f8230e081907888d71d506c3a8f71563 (patch)
treec22e5698952327955c82ad7574ef5311a4a2ec38 /src/widgets/sp-xmlview-attr-list.cpp
parentTranslations. inkscape.pot and French translation update. (diff)
downloadinkscape-d1f3fa05f8230e081907888d71d506c3a8f71563.tar.gz
inkscape-d1f3fa05f8230e081907888d71d506c3a8f71563.zip
moved some marshalling functions to generic glib calls
(bzr r9389)
Diffstat (limited to 'src/widgets/sp-xmlview-attr-list.cpp')
-rw-r--r--src/widgets/sp-xmlview-attr-list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-xmlview-attr-list.cpp b/src/widgets/sp-xmlview-attr-list.cpp
index 008ad4970..535a4b534 100644
--- a/src/widgets/sp-xmlview-attr-list.cpp
+++ b/src/widgets/sp-xmlview-attr-list.cpp
@@ -115,7 +115,7 @@ sp_xmlview_attr_list_class_init (SPXMLViewAttrListClass * klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (SPXMLViewAttrListClass, row_changed),
NULL, NULL,
- sp_marshal_NONE__UINT,
+ g_cclosure_marshal_VOID__UINT,
G_TYPE_NONE, 1,
G_TYPE_UINT);
}