Changeset 6406

Show
Ignore:
Timestamp:
05/31/06 21:17:46 (3 years ago)
Author:
dkirov
Message:

merge r6273

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.10/src/common/proxy65_manager.py

    r6386 r6406  
    133133                except ValueError: 
    134134                        pass 
    135                 if self.state != S_FINISHED and connection == \ 
    136                                                                 self.active_connection: 
     135                if connection == self.active_connection: 
    137136                        self.active_connection = None 
    138                         self.state = S_INITIAL 
    139                         self.try_next_connection() 
     137                        if self.state != S_FINISHED: 
     138                                self.state = S_INITIAL 
     139                                self.try_next_connection() 
    140140         
    141141        def try_next_connection(self):