remove some redundancy
This commit is contained in:
parent
ffd1485d54
commit
dc4f1ebd30
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue