Fix an issue where the reorder plugin would not create gaps
This commit is contained in:
parent
da235f286d
commit
52ad2c0235
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ class Plugin(BasePlugin):
|
|||
if cls in (tabs.DynamicConversationTab, tabs.StaticConversationTab):
|
||||
new_tab = cls(self.core, jid)
|
||||
new_tabs.append(new_tab)
|
||||
else:
|
||||
new_tabs.append(tabs.GapTab(self.core))
|
||||
except:
|
||||
self.api.information('Failed to create tab \'%s\'.' % jid, 'Error')
|
||||
if create_gaps:
|
||||
|
|
Loading…
Reference in a new issue