Changeset 6466 for trunk/qt4-gui/src/dockicons
- Timestamp:
- 07/25/08 04:15:48 (4 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/dockicons/dockicon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/dockicons/dockicon.cpp
r6374 r6466 72 72 { 73 73 // First check for ICQ/AIM owner presence 74 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R);74 const ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 75 75 76 76 // Take any existent one otherwise 77 77 if (o == NULL && gUserManager.NumOwners() != 0) 78 78 { 79 OwnerList* ol = gUserManager.LockOwnerList(LOCK_R);79 const OwnerList* ol = gUserManager.LockOwnerList(LOCK_R); 80 80 o = ol->front(); 81 81 o->Lock(LOCK_R);
