Skip to content

Commit

Permalink
update server url
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan676 committed Mar 13, 2015
1 parent ec12500 commit e16f949
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<string-array name="choose_server_array">
<item>Privater Seafile Server</item>
<item>SeaCloud.cc</item>
<item>cloud.seafile.com</item>
<item>Cloud.mein-seafile.de</item>
<item>Shibboleth Login</item>
</string-array>
<string name="network_down">Keine Netzwerkverbindung</string>
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<string-array name="choose_server_array">
<item>Private Seafile Server</item>
<item>SeaCloud.cc</item>
<item>cloud.seafile.com</item>
<item>Cloud.mein-seafile.de</item>
<item>Shibboleth Login</item>
</string-array>
<string name="network_down">No network connection</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public void onClick(DialogInterface dialog, int which) {
break;
case CLOUD_SEAFILE_COM:
intent = new Intent(getActivity(), AccountDetailActivity.class);
intent.putExtra("server", "https://cloud.seafile.com");
intent.putExtra("server", "https://cloud.mein-seafile.de");
startActivity(intent);
break;
case SHIBBOLETH_LOGIN:
Expand Down

0 comments on commit e16f949

Please sign in to comment.