Changeset 3464


Ignore:
Timestamp:
11/04/10 14:34:51 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1382 - Corrige a transferencia de arquivo - multiplas interfaces ( Creditos a Emmanuel Ferro )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/jabberit_messenger/java_source/src/nu/fw/jeti/backend/Connect.java

    r3451 r3464  
    368368                        if( proxy ) 
    369369                        { 
    370                                 //System.out.println("CONNECT COM PROXY - NᅵO SEGURA : " + host); 
     370                                //System.out.println("CONNECT COM PROXY - NÃO SEGURA : " + host); 
    371371                                socket = createHTTPTunel(host); 
    372372                        } 
    373373                        else 
    374374                        { 
    375                                 //System.out.println("CONNECT SEM PROXY - NᅵO SEGURA : " + host); 
     375                                //System.out.println("CONNECT SEM PROXY - NÃO SEGURA : " + host); 
    376376                                socket = new Socket( host,loginInfo.getPort() ); 
    377377                        } 
     
    608608            gbc.gridy = 3; // linha 
    609609            gbc.gridx = 1; // coluna 
    610             gbc.gridwidth = 2; // duas cᅵlulas na linha 
     610            gbc.gridwidth = 2; // duas células na linha 
    611611            gbc.anchor = GridBagConstraints.WEST; 
    612612            buttonPanel = new JPanel(); 
     
    933933                        { 
    934934                                jabberHandler.changePacketReceiver(this); 
    935 // Este atributo é usado na transferência de arquivos 
    936 //                              socket = null; //clear socket reference 
     935                                // Este atributo é usado na transferência de arquivos 
     936                                // socket = null; //clear socket reference 
    937937                                this.connectionID = connectionID; 
    938938                                // TODO remove lowercase if filetransfer bug fixed 
Note: See TracChangeset for help on using the changeset viewer.