Changeset 6466 for trunk/qt4-gui/src/dialogs/randomchatdlg.cpp
- Timestamp:
- 07/25/08 04:15:48 (4 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/dialogs/randomchatdlg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/dialogs/randomchatdlg.cpp
r6374 r6466 181 181 myGroupsList->addItem(tr("Seeking Men")); 182 182 183 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R);184 if (o == 0)183 const ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 184 if (o == NULL) 185 185 { 186 186 close();
