- Timestamp:
- 01/26/10 09:18:45 (13 years ago)
- Branches:
- master, qt5
- Children:
- 893e6a9
- Parents:
- 32c8df8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
r32c8df8 r85340ae 140 140 // 141 141 connect(tabWidget, SIGNAL(currentChanged(int)), SLOT(tabHasChanged(int))); 142 connect(tabWidget, SIGNAL(infoIconClicked()), SLOT(aboutApp())); 142 143 143 144 if(!Conference::getAll().count()) // no conference(s) in the DB … … 380 381 updateFavouritesView(favouriteDayNavigator->getCurrentDate()); 381 382 // TODO: only if it changed to now tab 382 //updateNowView();383 } 384 383 updateNowView(); 384 } 385
Note: See TracChangeset
for help on using the changeset viewer.