Changeset 6374 for trunk/qt4-gui/src/dialogs/securitydlg.cpp
- Timestamp:
- 07/01/08 06:31:24 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/dialogs/securitydlg.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/dialogs/securitydlg.cpp
r6352 r6374 80 80 #undef ADD_CHECK 81 81 82 gUserManager.DropOwner( );82 gUserManager.DropOwner(o); 83 83 84 84 top_lay->addWidget(boxOptions); … … 111 111 if (o->Status() == ICQ_STATUS_OFFLINE) 112 112 { 113 gUserManager.DropOwner( LICQ_PPID);113 gUserManager.DropOwner(o); 114 114 InformUser(this, tr("You need to be connected to the\n" 115 115 "ICQ Network to change the settings.")); … … 125 125 ip != o->HideIp()) 126 126 { 127 gUserManager.DropOwner( LICQ_PPID);127 gUserManager.DropOwner(o); 128 128 btnUpdate->setEnabled(false); 129 129 … … 138 138 } 139 139 140 gUserManager.DropOwner( LICQ_PPID);140 gUserManager.DropOwner(o); 141 141 142 142 close();
