Merge pull request #5080 from TooWaBoo/Save-Profile
Make "Save Profile" dialog act like other save dialogs
This commit is contained in:
commit
27a8337aed
@ -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