summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-10-07 18:48:31 +0000
committerjabiertxof <info@marker.es>2016-10-07 18:48:31 +0000
commit60688fe72a9a75ac54d895a7aa61d3a0518ca8ab (patch)
tree79a1e89ae0cb44bb752cfd48666dcd017133fac6 /src/ui
parentFix bug:1630821 on LPE selected nodes (diff)
downloadinkscape-60688fe72a9a75ac54d895a7aa61d3a0518ca8ab.tar.gz
inkscape-60688fe72a9a75ac54d895a7aa61d3a0518ca8ab.zip
Fix bug:1630796 on flatten button
Fixed bugs: - https://launchpad.net/bugs/1630796 (bzr r15150)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/livepatheffect-editor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h
index 489e9564d..8e9e66435 100644
--- a/src/ui/dialog/livepatheffect-editor.h
+++ b/src/ui/dialog/livepatheffect-editor.h
@@ -49,6 +49,8 @@ public:
void onSelectionModified(Inkscape::Selection *sel);
virtual void on_effect_selection_changed();
void setDesktop(SPDesktop *desktop);
+ // void add_entry(const char* name );
+ void effect_list_reload(SPLPEItem *lpeitem);
private:
@@ -70,9 +72,6 @@ private:
void showText(Glib::ustring const &str);
void selectInList(LivePathEffect::Effect* effect);
- // void add_entry(const char* name );
- void effect_list_reload(SPLPEItem *lpeitem);
-
// callback methods for buttons on grids page.
void onAdd();
void onRemove();