changed comment
This commit is contained in:
parent
438606b50d
commit
8c7d818eca
|
@ -627,7 +627,7 @@ class StatusTable:
|
||||||
str_status += ' - ' + status
|
str_status += ' - ' + status
|
||||||
return gtkgui_helpers.escape_for_pango_markup(str_status)
|
return gtkgui_helpers.escape_for_pango_markup(str_status)
|
||||||
|
|
||||||
# "Pan Taduesz; Ksiega I" problem, reported by koorek
|
# "too long status make the tooltip large than the screen" problem, reported by koorek
|
||||||
def strip_text(self, text, max_length):
|
def strip_text(self, text, max_length):
|
||||||
text = text.strip()
|
text = text.strip()
|
||||||
if len(text) > max_length:
|
if len(text) > max_length:
|
||||||
|
|
Loading…
Reference in New Issue