Changeset 0bb39f5 for src/gui/tabcontainer.cpp
- Timestamp:
- 01/27/10 16:31:10 (13 years ago)
- Branches:
- master, qt5
- Children:
- a790a90
- Parents:
- 07ae23a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/tabcontainer.cpp
r07ae23a r0bb39f5 36 36 else 37 37 { 38 QDate aStartDate = Conference::getById( AppSettings::confId()).start();39 QDate aEndDate = Conference::getById( AppSettings::confId()).end();38 QDate aStartDate = Conference::getById(Conference::activeConference()).start(); 39 QDate aEndDate = Conference::getById(Conference::activeConference()).end(); 40 40 dayNavigator->setDates(aStartDate, aEndDate); 41 41 } … … 45 45 { 46 46 dayNavigator->show(); 47 loadEvents( aDate, AppSettings::confId() );47 loadEvents( aDate, Conference::activeConference() ); 48 48 treeView->reset(); 49 49 } … … 102 102 } 103 103 104 105
Note: See TracChangeset
for help on using the changeset viewer.