diff --git a/terminatorlib/notebook.py b/terminatorlib/notebook.py index bef0caf9..f4b21af9 100755 --- a/terminatorlib/notebook.py +++ b/terminatorlib/notebook.py @@ -472,6 +472,8 @@ class TabLabel(gtk.HBox): self.set_orientation(gtk.ORIENTATION_VERTICAL) self.label.set_angle(90) elif position == gtk.POS_RIGHT: + if hasattr(self, 'set_orientation'): + self.set_orientation(gtk.ORIENTATION_VERTICAL) self.label.set_angle(270) else: if hasattr(self, 'set_orientation'):