Changeset 3489 for branches/protocol_plugin_1_3_0
- Timestamp:
- 05/03/03 09:38:33 (6 years ago)
- Location:
- branches/protocol_plugin_1_3_0/qt-gui/src
- Files:
-
- 2 modified
-
userbox.cpp (modified) (1 diff)
-
usereventdlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/protocol_plugin_1_3_0/qt-gui/src/userbox.cpp
r3488 r3489 395 395 p->setFont(newFont); 396 396 397 bool onlBlink = (listView()->onlTimerId && listView()->onlId && 397 bool onlBlink = (listView()->onlTimerId && listView()->onlId && m_szId && 398 398 strcmp(listView()->onlId, m_szId) == 0 && 399 399 listView()->onlPPID == m_nPPID && listView()->onlCounter & 1); -
branches/protocol_plugin_1_3_0/qt-gui/src/usereventdlg.cpp
r3472 r3489 256 256 { 257 257 UserEventCommon *tab = static_cast<UserEventCommon*>(tabw->page(index)); 258 if ( tab->Uin() == u->Uin())258 if (strcmp(tab->Id(), u->IdString()) == 0 && tab->PPID() == u->PPID()) 259 259 { 260 260 if (u->NewMessages() > 0) … … 306 306 if (!isActiveWindow()) return; 307 307 UserEventCommon *e = static_cast<UserEventCommon*>(tab); 308 ICQUser *u = gUserManager.FetchUser(e-> Uin(), LOCK_R);308 ICQUser *u = gUserManager.FetchUser(e->Id(), e->PPID(), LOCK_R); 309 309 if (u != NULL && u->NewMessages() > 0) 310 310 {
