Maemo: Nicer process list for non-Fremantle systems.

This commit is contained in:
Christian Kandeler
2011-02-04 11:26:09 +01:00
parent aa2ab9492f
commit 4d4ae95baf
5 changed files with 53 additions and 30 deletions

View File

@@ -340,7 +340,7 @@ void MaemoDeviceConfigurationsSettingsWidget::showGenerateSshKeyDialog()
void MaemoDeviceConfigurationsSettingsWidget::showRemoteProcesses()
{
MaemoRemoteProcessesDialog dlg(currentConfig()->sshParameters(), this);
MaemoRemoteProcessesDialog dlg(currentConfig(), this);
dlg.exec();
}