Changeset 6381 for trunk/qt-gui/src/catdlg.cpp
- Timestamp:
- 07/01/08 17:03:38 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/catdlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/catdlg.cpp
r4800 r6381 113 113 void EditCategoryDlg::ok() 114 114 { 115 ICQOwner* o = gUserManager.FetchOwner(L OCK_R);115 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 116 116 if (o == NULL) 117 117 { … … 120 120 } 121 121 QTextCodec *codec = UserCodec::codecForICQUser(o); 122 gUserManager.DropOwner( );122 gUserManager.DropOwner(o); 123 123 124 124 ICQUserCategory *cat = new ICQUserCategory(m_uc);
