diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-07-02 19:04:27 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-07-02 19:04:27 +0000 |
| commit | b6ca5f0a3ca205d9eb09b897d20b954ce03fa2da (patch) | |
| tree | baaeda47f210ef42dc447e222256566cf7793e8e /src/sp-filter.h | |
| parent | was trying to have my cake and eat it too, memory-management-wise ... for (diff) | |
| download | inkscape-b6ca5f0a3ca205d9eb09b897d20b954ce03fa2da.tar.gz inkscape-b6ca5f0a3ca205d9eb09b897d20b954ce03fa2da.zip | |
fix wrong modified signal handling: connecting was sigc but disconnecting was old g_signal
(bzr r3160)
Diffstat (limited to 'src/sp-filter.h')
| -rw-r--r-- | src/sp-filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-filter.h b/src/sp-filter.h index c6edc6c65..9c4e7aaf6 100644 --- a/src/sp-filter.h +++ b/src/sp-filter.h @@ -56,6 +56,7 @@ struct SPFilter : public SPObject { NumberOptNumber filterRes; /** HREF attribute */ SPFilterReference *href; + sigc::connection modified_connection; NR::Filter *_renderer; |
