diff options
| author | Peter Penz <[email protected]> | 2012-06-08 22:07:59 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-06-08 22:08:29 +0200 |
| commit | b2f5de974463f54023905e0979102d179eed0a00 (patch) | |
| tree | 1e257594f43ea496aa3ac8c5f74a82d589844ac7 /src/panels/terminal/terminalpanel.cpp | |
| parent | 98a4aa10ef09087ce6498d09461036cb0ab9cb4d (diff) | |
Krazy fixes
Diffstat (limited to 'src/panels/terminal/terminalpanel.cpp')
| -rw-r--r-- | src/panels/terminal/terminalpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/terminal/terminalpanel.cpp b/src/panels/terminal/terminalpanel.cpp index dba67f1b4..889c07e45 100644 --- a/src/panels/terminal/terminalpanel.cpp +++ b/src/panels/terminal/terminalpanel.cpp @@ -74,7 +74,7 @@ void TerminalPanel::dockVisibilityChanged() // signal, we have to update m_konsolePartCurrentDirectory manually. If this // was not done, showing the panel again might not set the part's working // directory correctly. - m_konsolePartCurrentDirectory = "/"; + m_konsolePartCurrentDirectory = '/'; } } |
