From 4d1d29380486a8757d92b6349ad05c73453ff5e8 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 8 Mar 2010 21:46:45 +0000 Subject: [PATCH] Update to use the new split_axis method signature --- terminatorlib/terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 97add598..d21d7bad 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -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):