Changeset 3499 for branches/protocol_plugin_1_3_0
- Timestamp:
- 05/07/03 11:22:50 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/protocol_plugin_1_3_0/qt-gui/src/mainwin.cpp
r3490 r3499 635 635 636 636 // verify we exist 637 if (gUserManager.OwnerUin() == 0) 637 ICQOwner *owner = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 638 bool bRegister = (owner->IdString() == NULL); 639 gUserManager.DropOwner(LICQ_PPID); 640 641 if (bRegister) 638 642 slot_register(); 639 643 else
