Changeset 1825f82 for src/gui/mainwindow.cpp
- Timestamp:
- 09/21/11 23:49:43 (11 years ago)
- Branches:
- master, qt5
- Children:
- 6d48bb2
- Parents:
- bf6be88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
rbf6be88 r1825f82 113 113 } 114 114 115 // TODO: open conferences at startup?116 #if 0117 if(!confCount)118 tabWidget->setCurrentIndex(6); // 6 - conference tab119 }120 #endif121 122 115 // open dialog for given Event ID 123 116 // this is used in case Alarm Dialog request application to start … … 215 208 searchTabContainer->searchAgainClicked(); 216 209 nowTabContainer->updateTreeView(QDate::currentDate()); 210 dayNavigator->setDates(startDate, endDate); 217 211 } 218 212 } … … 232 226 { 233 227 clearTabs(); 228 dayNavigator->unsetDates(); 234 229 setWindowTitle(saved_title); 235 230 }
Note: See TracChangeset
for help on using the changeset viewer.