Changeset 2875 for trunk/jons-gtk-gui
- Timestamp:
- 07/05/02 01:20:27 (6 years ago)
- Location:
- trunk/jons-gtk-gui/src
- Files:
-
- 2 modified
-
option_window.cpp (modified) (2 diffs)
-
user_info_window.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk-gui/src/option_window.cpp
r2750 r2875 703 703 void SOCKSClicked(GtkWidget *widget, gpointer data) 704 704 { 705 /* 705 706 if (icq_daemon->SocksEnabled()) 706 707 { … … 726 727 "then configure the Licq daemon with \"--enable-socks5\".\n"); 727 728 } 728 } 729 */ 730 } -
trunk/jons-gtk-gui/src/user_info_window.cpp
r2532 r2875 626 626 cc = NewCountry->nCode; 627 627 } 628 628 /* 629 629 iu->etag->e_tag = icq_daemon->icqSetGeneralInfo( 630 630 gtk_editable_get_chars(GTK_EDITABLE(iu->alias), 0, -1), … … 643 643 cc, 644 644 gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(iu->hide_email))); 645 */ 645 646 } 646 647 … … 690 691 == 3) 691 692 { 693 /* 692 694 iu->etag->e_tag = icq_daemon->icqSetWorkInfo( 693 695 gtk_editable_get_chars(GTK_EDITABLE(iu->co_city), 0, -1), … … 700 702 gtk_editable_get_chars(GTK_EDITABLE(iu->pos), 0, -1), 701 703 gtk_editable_get_chars(GTK_EDITABLE(iu->co_homepage), 0, -1)); 704 */ 702 705 } 703 706
