remove some redundancy
This commit is contained in:
parent
ffd1485d54
commit
dc4f1ebd30
|
@ -584,9 +584,8 @@ class TerminatorTerm (gtk.VBox):
|
||||||
|
|
||||||
for encoding in encodings:
|
for encoding in encodings:
|
||||||
if encoding[1] in active_encodings:
|
if encoding[1] in active_encodings:
|
||||||
#already in active_encodings
|
|
||||||
continue
|
continue
|
||||||
label = ""
|
|
||||||
if encoding[1] is None:
|
if encoding[1] is None:
|
||||||
label = "%s %s"%(encoding[2], self._vte.get_encoding ())
|
label = "%s %s"%(encoding[2], self._vte.get_encoding ())
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue