Changeset 6374 for trunk/qt4-gui/src/dialogs/phonedlg.cpp
- Timestamp:
- 07/01/08 06:31:24 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/dialogs/phonedlg.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/dialogs/phonedlg.cpp
r5892 r6374 53 53 setModal(true); 54 54 55 ICQOwner* o = gUserManager.FetchOwner(L OCK_R);55 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 56 56 if (o == NULL) 57 57 { … … 60 60 } 61 61 QTextCodec* codec = UserCodec::codecForICQUser(o); 62 gUserManager.DropOwner( );62 gUserManager.DropOwner(o); 63 63 64 64 m_nEntry = nEntry; … … 236 236 } 237 237 238 ICQOwner* o = gUserManager.FetchOwner(L OCK_R);238 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 239 239 if (o == NULL) 240 240 { … … 243 243 } 244 244 QTextCodec* codec = UserCodec::codecForICQUser(o); 245 gUserManager.DropOwner( );245 gUserManager.DropOwner(o); 246 246 247 247 struct PhoneBookEntry pbe;
