Update to use the new split_axis method signature

This commit is contained in:
Chris Jones 2010-03-08 21:46:45 +00:00
parent 27d8223a28
commit 4d1d293804
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ for %s (%s)' % (name, urlplugin.__class__.__name__))
pos = self.get_location(widget, x, y)
srcpaned.remove(widgetsrc)
dstpaned.split_axis(dsthbox, pos in ['top', 'bottom'], widgetsrc, pos in ['bottom', 'right'])
dstpaned.split_axis(dsthbox, pos in ['top', 'bottom'], None, widgetsrc, pos in ['bottom', 'right'])
srcpaned.hoover()
def get_location(self, term, x, y):