Changeset 9633

Show
Ignore:
Timestamp:
05/13/08 23:27:13 (2 months ago)
Author:
asterix
Message:

fix indentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/message_window.py

    r9628 r9633  
    232232                xml = gtkgui_helpers.get_glade('message_window.glade', 'chat_tab_ebox') 
    233233                tab_label_box = xml.get_widget('chat_tab_ebox') 
    234                 widget = xml.get_widget('tab_close_button') 
     234                widget = xml.get_widget('tab_close_button') 
    235235                id = widget.connect('clicked', self._on_close_button_clicked, control) 
    236236                control.handlers[id] = widget 
     
    611611 
    612612        def change_thread_key(self, jid, acct, old_thread_id, new_thread_id):  
    613               '''Change the thread_id key of a control'''  
     613              '''Change the thread_id key of a control'''  
    614614                try:  
    615615                        # Check if control exists  
     
    925925                win_acct = None 
    926926                win_type = None 
    927                 win_role = None # X11 window role 
     927                win_role = None # X11 window role 
    928928 
    929929                win_key = self._mode_to_key(contact, acct, type, resource) 
     
    10891089                                # Stash current size so it can be restored if the MessageWindow 
    10901090                                # is not longer embedded 
    1091                                 roster_width = w.parent_paned.get_child1().allocation.width 
     1091                                roster_width = w.parent_paned.get_child1().allocation.width 
    10921092                                gajim.config.set('roster_width', roster_width) 
    10931093