Changeset 2901 for trunk/jons-gtk-gui

Show
Ignore:
Timestamp:
07/17/02 22:53:57 (6 years ago)
Author:
emostar
Message:

disable socks

Files:
1 modified

Legend:

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

    r2894 r2901  
    243243 
    244244    ow->btnSOCKS = gtk_button_new_with_label("SOCKS5 Proxy"); 
    245     gtk_signal_connect(GTK_OBJECT(ow->btnSOCKS), "clicked", 
    246         GTK_SIGNAL_FUNC(SOCKSClicked), 0); 
     245    //gtk_signal_connect(GTK_OBJECT(ow->btnSOCKS), "clicked", 
     246    //  GTK_SIGNAL_FUNC(SOCKSClicked), 0); 
    247247    gtk_table_attach(GTK_TABLE(tblFirewall), ow->btnSOCKS, 0, 1, 1, 2, 
    248248        GtkAttachOptions(0),