Ignore:
Timestamp:
05/10/10 15:10:58 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Correcao para o auto carregamento da janela quando a preferencia esta marcada.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/js/trophyim.js

    r2738 r2750  
    14211421                                        clearTimeout(TrophyIM._timeOut.renderRoster); 
    14221422                                 
    1423                                 TrophyIM.connection.send($pres({type : _type}).tree()); 
     1423                                if( TrophyIM.statusConn.connected ) 
     1424                                        TrophyIM.connection.send($pres({type : _type}).tree()); 
    14241425                                 
    14251426                                for( var i = 0; i < TrophyIM.connection._requests.length; i++ ) 
Note: See TracChangeset for help on using the changeset viewer.