From ef4160a7ceefb37bfeb5d7f06fba2e5e3392481c Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Sun, 9 Dec 2018 10:03:30 +0100 Subject: [PATCH] Make "Save Profile" dialog act like other save dialogs --- rtgui/profilepanel.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtgui/profilepanel.cc b/rtgui/profilepanel.cc index 64f10ca0e..eb835c648 100644 --- a/rtgui/profilepanel.cc +++ b/rtgui/profilepanel.cc @@ -307,8 +307,6 @@ void ProfilePanel::save_clicked (GdkEventButton* event) do { if (dialog.run() == Gtk::RESPONSE_OK) { - dialog.hide(); - std::string fname = dialog.get_filename(); Glib::ustring ext = getExtension (fname);