Changeset 806b992 for src/gui/mainwindow.cpp
- Timestamp:
- 01/22/10 11:46:26 (13 years ago)
- Branches:
- master, qt5
- Children:
- 5992909
- Parents:
- 8200b03
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
r8200b03 r806b992 160 160 dialog.exec(); 161 161 } 162 catch(OrmNoObjectException ) {} // just start application162 catch(OrmNoObjectException&) {} // just start application 163 163 catch(...) {} // just start application 164 164 } … … 310 310 updateFavouritesView(favouriteDayNavigator->getCurrentDate()); 311 311 // TODO: only if it changed to now tab 312 updateNowView();313 } 314 312 //updateNowView(); 313 } 314
Note: See TracChangeset
for help on using the changeset viewer.