Revision 6be6988...
Go back to digest for 17th March 2013Bug Fixes in KDE Base
Frank Reininghaus committed changes in [kde-baseapps/KDE/4.10] dolphin/src/panels/terminal/terminalpanel.cpp:
Prevent accidental deletion of home directory in Terminal Panel
The protection against unwanted execution of "rm -rf" when changing the
directory while entering the command did not work if there was never any
automatic "cd" command sent to the terminal before.
This patch ensures that Terminal Panel's member m_clearTerminal is
false after the initialization of the panel, such that the protection is
effective after that.
FIXED-IN: 4.10.2
REVIEW: 109431
File Changes
Modified 1 files
- dolphin/src/panels/terminal/terminalpanel.cpp
1 files changed in total