diff --git a/src/filewidgets/kfilewidget.cpp b/src/filewidgets/kfilewidget.cpp --- a/src/filewidgets/kfilewidget.cpp +++ b/src/filewidgets/kfilewidget.cpp @@ -1173,13 +1173,7 @@ emit q->selectionChanged(); } - // if we are saving, let another chance to the user before accepting the dialog (or trying to - // accept). This way the user can choose a file and add a "_2" for instance to the filename - if (operationMode == KFileWidget::Saving) { - locationEdit->setFocus(); - } else { - q->slotOk(); - } + q->slotOk(); } // I know it's slow to always iterate thru the whole filelist