~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/container.py

  • Committer: Jan Jokela
  • Date: 2009-03-04 10:55:47 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: janjokela@gmail.com-20090304105547-grnyl0pomvqt4uig
(glitter/tests/video_player.py) Minor fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
            
124
124
            tmp_x = float(tmp_x)
125
125
            tmp_y = float(tmp_y)
 
126
            
126
127
            self.set_positionu(tmp_x, tmp_y)
127
128
        
128
129
    def get_natural_width(self):