summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-11-05 23:05:56 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-11-05 23:05:56 +0000
commit326caf26ec1e9819d1ca34cc1992b16b23b2a977 (patch)
treea009ec2a99e9e311e3dd1c9de64a6f11c48f82ca /src/ui/dialog/livepatheffect-editor.cpp
parentincrease max values in rows&cols dialog. increase significant digits (diff)
downloadinkscape-326caf26ec1e9819d1ca34cc1992b16b23b2a977.tar.gz
inkscape-326caf26ec1e9819d1ca34cc1992b16b23b2a977.zip
fix LPE toggle icon
(bzr r10727)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index 3c5d3f1a2..b48022360 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -139,7 +139,7 @@ LivePathEffectEditor::LivePathEffectEditor()
//Add the visibility icon column:
Inkscape::UI::Widget::ImageToggler *eyeRenderer = manage( new Inkscape::UI::Widget::ImageToggler(
- INKSCAPE_ICON("object-visible"), INKSCAPE_ICON("object-visible")) );
+ INKSCAPE_ICON("object-visible"), INKSCAPE_ICON("object-hidden")) );
int visibleColNum = effectlist_view.append_column("is_visible", *eyeRenderer) - 1;
eyeRenderer->signal_toggled().connect( sigc::mem_fun(*this, &LivePathEffectEditor::on_visibility_toggled) );
eyeRenderer->property_activatable() = true;