Show
Ignore:
Timestamp:
07/19/08 19:36:21 (5 months ago)
Author:
steve-e
Message:

Improved groupchat minimization:

  • partly rewrote join_room because it was hard to read
  • Correctly handle invites from anonymous rooms. Fixes #4057
  • Use HIG dialog for invitation requests
  • Fix bug where minimized groupchats where hidden after a reconnect
  • Removed some duplicated code
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/groupchat_control.py

    r9931 r9960  
    16251625                ctrl.parent_win = None 
    16261626 
    1627                 gajim.interface.minimized_controls[self.account][self.contact.jid] = \ 
    1628                         ctrl 
    1629  
    1630                 del win._controls[self.account][self.contact.jid] 
    1631  
    16321627                gajim.interface.roster.add_groupchat(self.contact.jid, self.account, 
    16331628                        status = self.subject) 
     1629 
     1630                del win._controls[self.account][self.contact.jid] 
    16341631 
    16351632        def shutdown(self, status='offline'):