Revision cbb2a4c...

Go back to digest for 5th May 2013

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps/KDE/4.10] dolphin/src/views/renamedialog.cpp:

Rename multiple files: Determine correctly if the name pattern is valid

The "Rename" button in the dialog should be enabled if and only if the
"new name" pattern is valid. This is the case if the pattern contains
exactly one sequence of '#', which will be replaced by digits.

This patch fixes the problem that
(a) A pattern that contains a single '#' is not considered valid, and
(b) A pattern without any '#' at all is not recognized as invalid.


FIXED-IN: 4.10.3
REVIEW: 110223

File Changes

Modified 1 files
  • dolphin/src/views/renamedialog.cpp
1 files changed in total