Changeset 1bbcb8f for src/gui/mainwindow.cpp
- Timestamp:
- 09/12/11 18:33:18 (11 years ago)
- Branches:
- master, qt5
- Children:
- d878ecb
- Parents:
- 40849d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
r40849d7 r1bbcb8f 165 165 new_active.update("active",1); 166 166 167 167 // looks like it does not work at n900 168 168 setWindowTitle(new_active.title()); 169 169 170 170 // optimization. 171 171 // dont run initTabs() here 172 172 // it takes much CPU, making travelling between conferences in ConferenceEditor longer 173 173 // and is not seen in maemo WM anyway 174 174 // instead run it explicitly 175 175 // 1. at startup 176 176 // 2. when ConferenceEditor finished
Note: See TracChangeset
for help on using the changeset viewer.