Comment 2 for bug 1327060

Revision history for this message
Matias Särs (msevens) wrote :

Oh, and line 120 - 122

      if orient in ("left", "right"):
            self.dockbar.container.destroy()
            self.dockbar.container = gtk.VBox()

should be removed completely, that should be handled by the set_orient function.