Changeset 7677 for trunk/src/groupchat_control.py
- Timestamp:
- 12/17/06 23:56:16 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/groupchat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/groupchat_control.py
r7666 r7677 72 72 if isinstance(renderer, gtk.CellRendererText): 73 73 # 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') 76 75 if color: 77 76 renderer.set_property('foreground', color)
