This commit is contained in:
Marco Pesenti Gritti 2007-06-27 12:32:03 +02:00
parent db99620d93
commit 69ba74ddc2

View File

@ -120,8 +120,6 @@ class Palette(gobject.GObject):
def _get_position(self):
if self._alignment == ALIGNMENT_AUTOMATIC:
x, y = self._try_position(ALIGNMENT_BOTTOM_LEFT)
if x == -1:
x, y = self._try_position(ALIGNMENT_BOTTOM_LEFT)
if x == -1:
x, y = self._try_position(ALIGNMENT_BOTTOM_RIGHT)
if x == -1: