diff options
| author | Joseph Da Silva <joseph.f.dasilva3@gmail.com> | 2019-03-20 15:52:46 +0000 |
|---|---|---|
| committer | Joseph Da Silva <joseph.f.dasilva3@gmail.com> | 2019-03-20 15:52:46 +0000 |
| commit | 7a6a1baa2b891c16edd7fbb86be3179f92adaee2 (patch) | |
| tree | 4c6dfc999dcc4ba532d4c6387f0ac52ac6019008 /src/xml/composite-node-observer.h | |
| parent | GTK-3.22 dependency (diff) | |
| download | inkscape-7a6a1baa2b891c16edd7fbb86be3179f92adaee2.tar.gz inkscape-7a6a1baa2b891c16edd7fbb86be3179f92adaee2.zip | |
Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)
Diffstat (limited to 'src/xml/composite-node-observer.h')
| -rw-r--r-- | src/xml/composite-node-observer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/composite-node-observer.h b/src/xml/composite-node-observer.h index 73d0b1442..96f1c9144 100644 --- a/src/xml/composite-node-observer.h +++ b/src/xml/composite-node-observer.h @@ -80,6 +80,8 @@ public: Util::ptr_shared old_value, Util::ptr_shared new_value) override; + void notifyElementNameChanged(Node& node, GQuark old_name, GQuark new_name) override; + private: unsigned _iterating; ObserverRecordList _active; |
