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

Pyflakes spoted undefined name, 80 chars

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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)