Changeset 7677
- Timestamp:
- 12/17/06 23:56:16 (2 years ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
dataforms_widget.py (modified) (1 diff)
-
groupchat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dataforms_widget.py
r7665 r7677 71 71 self.instructions_label.hide() 72 72 else: 73 self.instructions_label.set_text( instructions)73 self.instructions_label.set_text(dataform.instructions) 74 74 75 75 def get_data_form(self): -
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)
