Skip to content

Commit

Permalink
Change back to WebSchedule
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Dec 10, 2011
1 parent f097c00 commit f6dca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/hicapacity/techhui/TechHuiActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void onCreate(Bundle savedInstanceState) {
tabHost.addTab(spec);

// Do the same for the other tabs
intent = new Intent().setClass(this, ConferenceOverview.class);
intent = new Intent().setClass(this, WebScheduleActivity.class);
//intent = new Intent().setClass(this, WebScheduleActivity.class);
spec = tabHost.newTabSpec("web_schedule")
.setIndicator("Web Schedule", res.getDrawable(R.drawable.ic_tab_conference)).setContent(intent);
Expand Down

0 comments on commit f6dca78

Please sign in to comment.