Password authentication (stage 1 - without xosso-terminal)
[urpo] / src / settingsdialog.cpp
index fa0e278..a0ffc26 100644 (file)
@@ -149,7 +149,8 @@ void SettingsDialog::serverChanged(const QString& text)
 
 void SettingsDialog::browse()
 {
-    QString path = QFileDialog::getOpenFileName(this, tr("Identity file"));
+    // 2010-08-13 default path -> /home/user (bug#6219)
+    QString path = QFileDialog::getOpenFileName(this, tr("Identity file"),"/home/user");
     if(!path.isNull())
         identityEdit->setText(path);
 }