summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-attr-list.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-03-23 10:22:33 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-03-23 10:22:33 +0000
commitcb40f324c39c3b18f0349e61ace70bf650088c5c (patch)
treec6109fe09816dd09fb08a4475231263e837a7b3d /src/widgets/sp-xmlview-attr-list.cpp
parentFix for 909328 : Dockable Find & Replace dialog (diff)
downloadinkscape-cb40f324c39c3b18f0349e61ace70bf650088c5c.tar.gz
inkscape-cb40f324c39c3b18f0349e61ace70bf650088c5c.zip
Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, selection bug fixes
(bzr r11118)
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 b2d22754d..1c92476fa 100644
--- a/src/widgets/sp-xmlview-attr-list.cpp
+++ b/src/widgets/sp-xmlview-attr-list.cpp
@@ -207,6 +207,6 @@ event_attr_changed (Inkscape::XML::Node * /*repr*/,
}
// send a "changed" signal so widget owners will know I've updated
- g_signal_emit_by_name(G_OBJECT (list), "row-value-changed", row );
+ g_signal_emit_by_name(G_OBJECT (list), "row-value-changed", name );
}