~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to unity/Main.py

  • Committer: Jason Conti
  • Date: 2011-04-25 23:44:26 UTC
  • Revision ID: jason.conti@gmail.com-20110425234426-eo8xt8ccsmstbkw5
Had to include link colors in the theme, they weren't showing up correctly. Would probably be more efficient to set all the colors the same way, in the gtk rc style. Should figure out how to do this with the custom RoundedBox widget.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
    # load the theme
135
135
    theme_name = self._preferences.get("theme", "default")
136
136
    theme = Theme(theme_name)
 
137
    theme.apply_gtk_styles()
137
138
    self._message_list.set_theme(theme)
138
139
 
139
140
  def zero_count(self):