Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Aug 23, 2011
1 parent ca7215e commit ae8f844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/org/opensuse/conference/osc11/CustomHttpClient.java
Expand Up @@ -116,7 +116,7 @@ public void onClick(DialogInterface dialog,
}

public static String getAddr() {
return "events.ccc.de";
return "conference.opensuse.org";
}

public static String normalize_addr(String addr) {
Expand Down
4 changes: 2 additions & 2 deletions src/org/opensuse/conference/osc11/Fahrplan.java
Expand Up @@ -295,7 +295,7 @@ public void fetchFahrplan() {
statusBar.startAnimation(slideUpIn);
}
MyApp.task_running = TASKS.FETCH;
fetcher.fetch(this, "/camp/2011/Fahrplan/schedule.en.xml", global);
fetcher.fetch(this, "/export/schedule.en.xml", global);
}

public boolean onOptionsItemSelected(MenuItem item) {
Expand Down Expand Up @@ -1168,4 +1168,4 @@ public void onActivityResult(int requestCode, int resultCode, Intent intent)
break;
}
}
}
}

0 comments on commit ae8f844

Please sign in to comment.