aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/theb/ssh/HostsList.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/theb/ssh/HostsList.java')
-rw-r--r--src/org/theb/ssh/HostsList.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/theb/ssh/HostsList.java b/src/org/theb/ssh/HostsList.java
index 7114497..5ac7ed9 100644
--- a/src/org/theb/ssh/HostsList.java
+++ b/src/org/theb/ssh/HostsList.java
@@ -227,8 +227,8 @@ public class HostsList extends ListActivity {
}
private void showPreferences() {
- // TODO Auto-generated method stub
-
+ Intent intent = new Intent(this, Preferences.class);
+ this.startActivity(intent);
}
private void showAbout() {