mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 20:53:13 -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)
|
self.view.insert_buffer(buffer.buffer, buffer_title, parent_tab)
|
||||||
log.debug("Inserting buffer {0} into control {1}".format(buffer, parent_tab))
|
log.debug("Inserting buffer {0} into control {1}".format(buffer, parent_tab))
|
||||||
if start:
|
if start:
|
||||||
call_threaded(buffer.get_items)
|
call_threaded(buffer.start_stream)
|
||||||
|
|
||||||
def create_buffers(self, session, createAccounts=True):
|
def create_buffers(self, session, createAccounts=True):
|
||||||
""" Generates buffer objects for an user account.
|
""" Generates buffer objects for an user account.
|
||||||
|
Loading…
Reference in New Issue
Block a user