diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-20 20:31:16 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-20 20:31:16 +0000 |
| commit | 6d2fbf56c321d0c019ee265692d58415f97c7396 (patch) | |
| tree | ba2637f12374a68d3680daeea4be149851c8866b /src/ui/dialog/livepatheffect-editor.h | |
| parent | remove redundant code from lpe dialog (diff) | |
| download | inkscape-6d2fbf56c321d0c019ee265692d58415f97c7396.tar.gz inkscape-6d2fbf56c321d0c019ee265692d58415f97c7396.zip | |
noop: rename function name and whitespace
(bzr r6376)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.h')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h index a1d4479ab..76ee9f09c 100644 --- a/src/ui/dialog/livepatheffect-editor.h +++ b/src/ui/dialog/livepatheffect-editor.h @@ -57,7 +57,7 @@ private: void showText(Glib::ustring const &str); // void add_entry(const char* name ); - void effect_list_update(SPLPEItem *lpeitem); + void effect_list_reload(SPLPEItem *lpeitem); // callback methods for buttons on grids page. void onApply(); |
