From 4df8b7c3ca9156577b0e8146b0050f33ec067bab Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Wed, 25 Sep 2019 23:28:10 +0200 Subject: Extensions: add a few missing calls to Gtk::manage() --- src/extension/prefdialog/parameter-path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/prefdialog/parameter-path.cpp') 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 *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; -- cgit v1.2.3