mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 20:26:45 -04:00
Make new sessions start in the same directory as the previously active session. Does not apply when creating a new tab from a specific profile.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=670566
This commit is contained in:
@@ -33,7 +33,10 @@ KUrl ViewProperties::url() const
|
||||
{
|
||||
return KUrl();
|
||||
}
|
||||
|
||||
QString ViewProperties::currentDir() const
|
||||
{
|
||||
return QString();
|
||||
}
|
||||
void ViewProperties::fireActivity()
|
||||
{
|
||||
emit activity(this);
|
||||
|
||||
Reference in New Issue
Block a user