diff options
Diffstat (limited to 'src/extension/prefdialog/parameter-path.cpp')
| -rw-r--r-- | src/extension/prefdialog/parameter-path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/prefdialog/parameter-path.cpp b/src/extension/prefdialog/parameter-path.cpp index 76774eb46..2784c0917 100644 --- a/src/extension/prefdialog/parameter-path.cpp +++ b/src/extension/prefdialog/parameter-path.cpp @@ -166,7 +166,7 @@ Gtk::Widget *ParamPath::get_widget(sigc::signal<void> *changeSignal) label->show(); hbox->pack_start(*label, false, false); - ParamPathEntry *textbox = new ParamPathEntry(this, changeSignal); + ParamPathEntry *textbox = Gtk::manage(new ParamPathEntry(this, changeSignal)); textbox->show(); hbox->pack_start(*textbox, true, true); _entry = textbox; |
