From 90e76a16bbd46fe7bd3505e8df8f870d5b1c29be Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 25 Apr 2011 09:44:39 -0600 Subject: it seems my python is getting rusty. --- bin/uzbl-tabbed | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/uzbl-tabbed b/bin/uzbl-tabbed index 4e860d2..03c2ffa 100755 --- a/bin/uzbl-tabbed +++ b/bin/uzbl-tabbed @@ -344,7 +344,7 @@ class SocketClient: args = cmd[3:] if not message == "EVENT": - next + return # strip the surrounding [] instance_name = instance_name[1:-1] @@ -533,6 +533,9 @@ class UzblInstance: def title_changed(self, gtk_only = True): # GTK-only is for indexes '''self.title has changed, update the tabs list''' + if not self.tab: + return + tab_titles = config['tab_titles'] tab_indexes = config['tab_indexes'] show_ellipsis = config['show_ellipsis'] -- cgit v1.2.3