()
| 333 | } |
| 334 | |
| 335 | public void cmdOk() { |
| 336 | cf.showOfflineContacts = showOfflineContacts.getValue(); |
| 337 | cf.selfContact = selfContact.getValue(); |
| 338 | cf.showTransports = showTransports.getValue(); |
| 339 | cf.ignore = ignore.getValue(); |
| 340 | cf.collapsedGroups = collapsedGroups.getValue(); |
| 341 | cf.autoFocus = autoFocus.getValue(); |
| 342 | cf.showResources = showResources.getValue(); |
| 343 | cf.useBoldFont = useBoldFont.getValue(); |
| 344 | cf.rosterStatus = rosterStatus.getValue(); |
| 345 | //#ifdef CLIENTS_ICONS |
| 346 | cf.showClientIcon = showClientIcon.getValue(); |
| 347 | //#endif |
| 348 | cf.autoSubscribe = subscr.getSelectedIndex(); |
| 349 | |
| 350 | |
| 351 | //#ifdef SMILES |
| 352 | cf.smiles = smiles.getValue(); |
| 353 | //#endif |
| 354 | cf.eventComposing = eventComposing.getValue(); |
| 355 | cf.capsState = capsState.getValue(); |
| 356 | //#ifndef WMUC |
| 357 | cf.storeConfPresence = storeConfPresence.getValue(); |
| 358 | //#endif |
| 359 | cf.autoScroll = autoScroll.getValue(); |
| 360 | |
| 361 | //#ifdef RUNNING_MESSAGE |
| 362 | //# cf.notifyWhenMessageType=notifyWhenMessageType.getValue(); |
| 363 | //#endif |
| 364 | cf.popUps = popUps.getValue(); |
| 365 | cf.hideTimestamps = showBalloons.getValue(); |
| 366 | cf.eventDelivery = eventDelivery.getValue(); |
| 367 | |
| 368 | //#ifdef DETRANSLIT |
| 369 | cf.autoDeTranslit = autoDetranslit.getValue(); |
| 370 | //#endif |
| 371 | cf.showNickNames = showNickNames.getValue(); |
| 372 | cf.executeByNum = executeByNum.getValue(); |
| 373 | |
| 374 | cf.autoLogin = autoLogin.getValue(); |
| 375 | //#ifndef WMUC |
| 376 | cf.autoJoinConferences = autoJoinConferences.getValue(); |
| 377 | //#endif |
| 378 | |
| 379 | cf.reconnectCount = Integer.parseInt(reconnectCount.getValue()); |
| 380 | cf.reconnectTime = Integer.parseInt(reconnectTime.getValue()); |
| 381 | //#ifdef FILE_TRANSFER |
| 382 | cf.fileTransfer = fileTransfer.getValue(); |
| 383 | //#endif |
| 384 | //#ifdef HISTORY |
| 385 | cf.saveHistory = saveHistory.getValue(); |
| 386 | //#endif |
| 387 | cf.adhoc = adhoc.getValue(); |
| 388 | |
| 389 | VirtualList.showTimeTraffic = cf.showTimeTraffic = drawMenuCommand.getValue(); |
| 390 | cf.enableVersionOs = enableVersionOs.getValue(); |
| 391 | cf.queryExit = queryExit.getValue(); |
| 392 | //#ifdef LIGHT_CONFIG |
nothing calls this directly
no test coverage detected