From dc4f1ebd303d82d7ef0c23b3992b4ed47feedb1e Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 21 May 2008 00:42:43 +0100 Subject: [PATCH] remove some redundancy --- terminator | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/terminator b/terminator index ab062b82..be021fea 100755 --- a/terminator +++ b/terminator @@ -584,9 +584,8 @@ class TerminatorTerm (gtk.VBox): for encoding in encodings: if encoding[1] in active_encodings: - #already in active_encodings continue - label = "" + if encoding[1] is None: label = "%s %s"%(encoding[2], self._vte.get_encoding ()) else: