summaryrefslogtreecommitdiffstats
path: root/src/selection-describer.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-02-10 15:22:58 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-02-10 15:22:58 +0000
commit5376ac86a0a284a8bc166dd1b1c176c9f704a967 (patch)
treee645d6e8f0b86b1118b69c8a52422d35662bb0da /src/selection-describer.h
parentBig filters update (diff)
downloadinkscape-5376ac86a0a284a8bc166dd1b1c176c9f704a967.tar.gz
inkscape-5376ac86a0a284a8bc166dd1b1c176c9f704a967.zip
now that selection description includes style (filtered, clipped), we need to update it on modified signal as well
(bzr r7263)
Diffstat (limited to 'src/selection-describer.h')
-rw-r--r--src/selection-describer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection-describer.h b/src/selection-describer.h
index 91948c2fd..0c4c9b9c4 100644
--- a/src/selection-describer.h
+++ b/src/selection-describer.h
@@ -28,8 +28,10 @@ public:
private:
void _updateMessageFromSelection(Inkscape::Selection *selection);
+ void _selectionModified(Inkscape::Selection *selection, guint /*flags*/);
sigc::connection *_selection_changed_connection;
+ sigc::connection *_selection_modified_connection;
MessageContext _context;
};