Changeset 6381 for trunk/qt-gui/src/phonedlg.cpp
- Timestamp:
- 07/01/08 17:03:38 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/phonedlg.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/phonedlg.cpp
r4699 r6381 45 45 : QDialog(parent, "EditPhoneDlg", true, WDestructiveClose) 46 46 { 47 ICQOwner* o = gUserManager.FetchOwner(L OCK_R);47 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 48 48 if (o == NULL) 49 49 { … … 52 52 } 53 53 QTextCodec *codec = UserCodec::codecForICQUser(o); 54 gUserManager.DropOwner( );54 gUserManager.DropOwner(o); 55 55 56 56 m_nEntry = nEntry; … … 230 230 } 231 231 232 ICQOwner* o = gUserManager.FetchOwner(L OCK_R);232 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 233 233 if (o == NULL) 234 234 { … … 237 237 } 238 238 QTextCodec *codec = UserCodec::codecForICQUser(o); 239 gUserManager.DropOwner( );239 gUserManager.DropOwner(o); 240 240 241 241 struct PhoneBookEntry pbe;
