mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Fixed an error in new buffer creation. Closes #396
This commit is contained in:
parent
65512a9862
commit
c7b6d69518
@ -309,7 +309,7 @@ class Controller(object):
|
||||
self.view.insert_buffer(buffer.buffer, buffer_title, parent_tab)
|
||||
log.debug("Inserting buffer {0} into control {1}".format(buffer, parent_tab))
|
||||
if start:
|
||||
call_threaded(buffer.get_items)
|
||||
call_threaded(buffer.start_stream)
|
||||
|
||||
def create_buffers(self, session, createAccounts=True):
|
||||
""" Generates buffer objects for an user account.
|
||||
|
Loading…
Reference in New Issue
Block a user