aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-25 16:03:55 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-25 16:03:55 -0600
commitcd7ff839afd2af2ec78868d91eca7fd4a2d4f117 (patch)
tree98721ab39da168619d4d06af2220c171e3cbb566 /bin
parent7b75f8084db1a004a264b45b1ea3de98de4acc98 (diff)
my kingdom for an automated test suite
Diffstat (limited to 'bin')
-rwxr-xr-xbin/uzbl-tabbed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/uzbl-tabbed b/bin/uzbl-tabbed
index 772c9c2..1a65788 100755
--- a/bin/uzbl-tabbed
+++ b/bin/uzbl-tabbed
@@ -435,7 +435,7 @@ class GlobalEventDispatcher(EventDispatcher):
self.uzbl_tabbed.goto_tab(-1)
def preset_tabs(self, *args):
- self.uzbl_tabbed.run_preset_cmd(*args)
+ self.uzbl_tabbed.run_preset_command(*args)
def bring_to_front(self):
self.uzbl_tabbed.window.present()