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
commit 27a8337aed
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);