Fixed changing file saving parameters (format and quality)

This commit is contained in:
Ilia Popov
2010-06-06 20:24:31 +02:00
parent bf875ea2bc
commit 99f8b14bc1
2 changed files with 3 additions and 3 deletions

View File

@@ -241,7 +241,8 @@ void BatchQueuePanel::pathFolderChanged () {
options.savePathFolder = outdirFolder->get_filename();
}
void BatchQueuePanel::formatChanged () {
void BatchQueuePanel::formatChanged (Glib::ustring f) {
options.saveFormat = saveFormatPanel->getFormat ();
}