Merge pull request #5080 from TooWaBoo/Save-Profile

Make "Save Profile" dialog act like other save dialogs
This commit is contained in:
Beep6581
2018-12-09 21:53:00 +01:00
committed by GitHub

View File

@@ -307,8 +307,6 @@ void ProfilePanel::save_clicked (GdkEventButton* event)
do { do {
if (dialog.run() == Gtk::RESPONSE_OK) { if (dialog.run() == Gtk::RESPONSE_OK) {
dialog.hide();
std::string fname = dialog.get_filename(); std::string fname = dialog.get_filename();
Glib::ustring ext = getExtension (fname); Glib::ustring ext = getExtension (fname);