~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/toolbar.py

  • Committer: Jan Jokela
  • Date: 2009-05-12 17:08:05 UTC
  • mto: (38.2.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: jan@jan-laptop-20090512170805-jw2qtp149hj5i4v6
(glitter/tests/*) Added and improved a bunch of tests; (glitter/data/themes/nublo/styles/label.json) Fixes in label widget style; (glitter/box.py) Layout code fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        """ Updates style """
41
41
        
42
42
        super(Toolbar, self)._update_style(props)
43
 
        
 
43
 
44
44
        for key, value in props:
45
45
            if key == 'background-image':
46
46
                if not self._background_image: