Make "Save Profile" dialog act like other save dialogs
This commit is contained in:
parent
9d2bbe82d8
commit
ef4160a7ce
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user