Changeset 7677

Show
Ignore:
Timestamp:
12/17/06 23:56:16 (2 years ago)
Author:
jim++
Message:

Pyflakes spoted undefined name, 80 chars

Location:
trunk/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/dataforms_widget.py

    r7665 r7677  
    7171                        self.instructions_label.hide() 
    7272                else: 
    73                         self.instructions_label.set_text(instructions) 
     73                        self.instructions_label.set_text(dataform.instructions) 
    7474 
    7575        def get_data_form(self): 
  • trunk/src/groupchat_control.py

    r7666 r7677  
    7272                if isinstance(renderer, gtk.CellRendererText): 
    7373                        # foreground property is only with CellRendererText 
    74                         color = gajim.config.get_per('themes', theme,  
    75                                 'contacttextcolor') 
     74                        color = gajim.config.get_per('themes', theme, 'contacttextcolor') 
    7675                        if color: 
    7776                                renderer.set_property('foreground', color)