Missed a line in the cruft removal

This commit is contained in:
Stephen Boddy 2014-01-21 23:41:37 +01:00
parent 8d426d1d68
commit 8426fab935
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ class Window(Container, gtk.Window):
def on_focus_in(self, window, event): def on_focus_in(self, window, event):
"""Focus has entered the window""" """Focus has entered the window"""
self.set_urgency_hint(False) self.set_urgency_hint(False)
term = None
if not self.terminator.doing_layout: if not self.terminator.doing_layout:
self.terminator.last_active_window = self.uuid self.terminator.last_active_window = self.uuid
# FIXME: Cause the terminal titlebars to update here # FIXME: Cause the terminal titlebars to update here