Changeset 8494 for branches/jingle/src

Show
Ignore:
Timestamp:
08/13/07 18:17:22 (17 months ago)
Author:
liori
Message:

Jingle: another ugly fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/jingle/src/gajim.py

    r8491 r8494  
    23702370                # pygtk2.8+ on win, breaks io_add_watch. 
    23712371                # We use good old select.select() 
    2372                 if os.name == 'nt': 
     2372                if True or os.name == 'nt': 
    23732373                        gajim.idlequeue = idlequeue.SelectIdleQueue() 
    23742374                else: 
     
    24852485 
    24862486                gobject.timeout_add(100, self.autoconnect) 
    2487                 gobject.timeout_add(2000, self.process_connections) 
     2487                gobject.timeout_add(200, self.process_connections) 
    24882488                gobject.timeout_add(10000, self.read_sleepy) 
    24892489