diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-07 18:48:31 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-07 18:48:31 +0000 |
| commit | 60688fe72a9a75ac54d895a7aa61d3a0518ca8ab (patch) | |
| tree | 79a1e89ae0cb44bb752cfd48666dcd017133fac6 /src/ui | |
| parent | Fix bug:1630821 on LPE selected nodes (diff) | |
| download | inkscape-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.h | 5 |
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(); |
