~joehillen/dockbar/workspaces

« back to all changes in this revision

Viewing changes to dockbarx.py

  • Committer: Matias Särs
  • Date: 2009-12-22 18:43:02 UTC
  • Revision ID: msevens@kolumbus.fi-20091222184302-yuoyimcbek6vxzih
- Small bug fixed (dockbarx was freezing when the orientation of the applet changed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3990
3990
            self.container = gtk.VBox()
3991
3991
            self.orient = "v"
3992
3992
        self.applet.add(self.container)
3993
 
        for group in self.groups.get_groups:
 
3993
        for group in self.groups.get_groups():
3994
3994
            self.container.pack_start(group.button,False)
3995
3995
        self.container.set_spacing(self.theme.get_gap())
3996
3996
        self.container.show_all()