diff options
| author | Ted Gould <ted@gould.cx> | 2006-05-02 05:28:49 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-05-02 05:28:49 +0000 |
| commit | ea07a3251ec366956e9a162b44940718be1141d0 (patch) | |
| tree | cd83cdfac8d6fa5b3a34bb5ffa1fdfbd45d01262 /src/extension/internal/bluredge.cpp | |
| parent | r11518@tres: ted | 2006-04-28 22:21:01 -0700 (diff) | |
| download | inkscape-ea07a3251ec366956e9a162b44940718be1141d0.tar.gz inkscape-ea07a3251ec366956e9a162b44940718be1141d0.zip | |
r11569@tres: ted | 2006-04-29 08:55:02 -0700
Pushing the document and node deeper into the code. This way parameters
can be placed and edited on those. Mostly, this commit involves getting
them into the autogui.
(bzr r689)
Diffstat (limited to 'src/extension/internal/bluredge.cpp')
| -rw-r--r-- | src/extension/internal/bluredge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/bluredge.cpp b/src/extension/internal/bluredge.cpp index aa1e849b2..29036df7a 100644 --- a/src/extension/internal/bluredge.cpp +++ b/src/extension/internal/bluredge.cpp @@ -122,7 +122,7 @@ BlurEdge::effect (Inkscape::Extension::Effect *module, Inkscape::UI::View::View Gtk::Widget * BlurEdge::prefs_effect(Inkscape::Extension::Effect * module, Inkscape::UI::View::View * view) { - return module->autogui(); + return module->autogui(NULL, NULL); } #include "clear-n_.h" |
