fix typos in definition of startstop_clicked()

sigsegv_dump
Greg Alexander 10 years ago
parent cbb8581d03
commit 41faa118cc

@ -80,5 +80,5 @@
android:layout_height="wrap_content"
android:text="Start"
android:textAppearance="?android:attr/textAppearanceLarge"
android:onClick="starstop_clicked" />
android:onClick="startstop_clicked" />
</LinearLayout>

@ -50,7 +50,7 @@ public class SimpleSSHD extends Activity
}
}
private void startstop_clicked(View v) {
public void startstop_clicked(View v) {
save_prefs();
Intent i = new Intent(this, SimpleSSHDService.class);
if (SimpleSSHDService.is_started()) {

Loading…
Cancel
Save