Changeset 45 for psi/trunk/src
- Timestamp:
- Sep 10, 2006, 6:42:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/psiaccount.cpp
r2 r45 3185 3185 { 3186 3186 ChatDlg *c = ensureChatDlg(j); 3187 processChats(j);3188 3187 if ( option.useTabs ) 3189 3188 { … … 3195 3194 TabDlg* tabSet = d->psi->getManagingTabs(c); 3196 3195 tabSet->selectTab(c); 3197 } 3198 bringToFront(c); 3196 bringToFront(tabSet); 3197 } 3198 else 3199 bringToFront(c); 3200 // process chat messages after we've shown the window to avoid 3201 // ambiguity (processChats() can also result into bringToFront()) 3202 processChats(j); 3199 3203 } 3200 3204
Note:
See TracChangeset
for help on using the changeset viewer.