diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-03-23 10:22:33 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-03-23 10:22:33 +0000 |
| commit | cb40f324c39c3b18f0349e61ace70bf650088c5c (patch) | |
| tree | c6109fe09816dd09fb08a4475231263e837a7b3d /src/widgets/sp-xmlview-attr-list.cpp | |
| parent | Fix for 909328 : Dockable Find & Replace dialog (diff) | |
| download | inkscape-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.cpp | 2 |
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 ); } |
