end
def new_album
+ if !ask_save_modifications(utf8(_("Save this album?")),
+ utf8(_("Do you want to save the changes to this album?")),
+ { :yes => Gtk::Stock::YES, :no => Gtk::Stock::NO })
+ return
+ end
dialog = Gtk::Dialog.new(utf8(_("Create a new album")),
$main_window,
Gtk::Dialog::MODAL | Gtk::Dialog::DESTROY_WITH_PARENT,
"#{opt432 ? '--optimize-for-32' : ''} #{additional_booh_options}",
utf8(_("Please wait while scanning source directory...")),
'full scan',
- { :closure_after => proc { open_file(configskel) } })
+ { :closure_after => proc { open_file_user(configskel) } })
end
end