~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/konsole/src/Session.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2009-06-03 23:42:46 UTC
  • mto: This revision was merged to the branch mainline in revision 242.
  • Revision ID: james.westby@ubuntu.com-20090603234246-lt9inobn80tnv1o3
Tags: upstream-4.2.90
ImportĀ upstreamĀ versionĀ 4.2.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
}
214
214
void Session::setInitialWorkingDirectory(const QString& dir)
215
215
{
216
 
    _initialWorkingDir = ShellCommand::expand(dir);
 
216
    _initialWorkingDir = KShell::tildeExpand(ShellCommand::expand(dir));
217
217
}
218
218
void Session::setArguments(const QStringList& arguments)
219
219
{