Make "Save Profile" dialog act like other save dialogs

This commit is contained in:
TooWaBoo 2018-12-09 10:03:30 +01:00 committed by GitHub
parent 9d2bbe82d8
commit ef4160a7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);