Changeset 2750 for trunk/jons-gtk-gui
- Timestamp:
- 01/12/02 00:16:49 (7 years ago)
- Files:
-
- 1 modified
-
trunk/jons-gtk-gui/src/option_window.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk-gui/src/option_window.cpp
r2558 r2750 373 373 374 374 // Default server port 375 gtk_spin_button_set_value(GTK_SPIN_BUTTON(ow->spnDefPort),376 icq_daemon->getDefaultRemotePort());375 // gtk_spin_button_set_value(GTK_SPIN_BUTTON(ow->spnDefPort), 376 // icq_daemon->getDefaultRemotePort()); 377 377 378 378 // Firewall stuff … … 447 447 448 448 // Save the daemon options 449 icq_daemon->setDefaultRemotePort(450 gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(ow->spnDefPort)));449 // icq_daemon->setDefaultRemotePort( 450 // gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(ow->spnDefPort))); 451 451 452 452 icq_daemon->SetTCPPorts(
