mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-28 18:51:34 +00:00
List with special characters are handled properly
This commit is contained in:
@@ -367,7 +367,7 @@ class Controller(object):
|
||||
def set_buffer_positions(self,session):
|
||||
"Sets positions for buffers if values exist in the database."
|
||||
for i in self.buffers:
|
||||
if str(i.name+"_pos") in session.db and hasattr(i.buffer,'list'):
|
||||
if i.name+"_pos" in session.db and hasattr(i.buffer,'list'):
|
||||
i.buffer.list.select_item(session.db[str(i.name+"_pos")])
|
||||
|
||||
def logout_account(self, session_id):
|
||||
|
Reference in New Issue
Block a user