Changeset 2875 for trunk/jons-gtk-gui

Show
Ignore:
Timestamp:
07/05/02 01:20:27 (6 years ago)
Author:
emostar
Message:

Comp fixes.

Updating info and setting SOCKS does not work anymore at this moment.

Location:
trunk/jons-gtk-gui/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk-gui/src/option_window.cpp

    r2750 r2875  
    703703void SOCKSClicked(GtkWidget *widget, gpointer data) 
    704704{ 
     705/* 
    705706    if (icq_daemon->SocksEnabled()) 
    706707    { 
     
    726727                "then configure the Licq daemon with \"--enable-socks5\".\n"); 
    727728    } 
    728 } 
     729*/ 
     730} 
  • trunk/jons-gtk-gui/src/user_info_window.cpp

    r2532 r2875  
    626626                cc = NewCountry->nCode; 
    627627            } 
    628  
     628/* 
    629629            iu->etag->e_tag = icq_daemon->icqSetGeneralInfo( 
    630630            gtk_editable_get_chars(GTK_EDITABLE(iu->alias), 0, -1), 
     
    643643            cc,  
    644644            gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(iu->hide_email))); 
     645*/ 
    645646        } 
    646647 
     
    690691            == 3) 
    691692        { 
     693/* 
    692694            iu->etag->e_tag = icq_daemon->icqSetWorkInfo( 
    693695                gtk_editable_get_chars(GTK_EDITABLE(iu->co_city), 0, -1), 
     
    700702                gtk_editable_get_chars(GTK_EDITABLE(iu->pos), 0, -1), 
    701703                gtk_editable_get_chars(GTK_EDITABLE(iu->co_homepage), 0, -1)); 
     704*/ 
    702705        } 
    703706