typo on variable name
bug report 12039 contribution by zebulon
This commit is contained in:
parent
458989f47a
commit
1b4ac9dc0b
@ -49,7 +49,7 @@ UICATEGORY = ''' <section id="ViewsInCatagory">
|
|||||||
%s
|
%s
|
||||||
</section>
|
</section>
|
||||||
'''
|
'''
|
||||||
UICATAGORYBAR = ''' <placeholder id='ViewsInCategoryBar'>
|
UICATEGORYBAR = ''' <placeholder id='ViewsInCategoryBar'>
|
||||||
%s
|
%s
|
||||||
</placeholder>
|
</placeholder>
|
||||||
'''
|
'''
|
||||||
@ -195,7 +195,7 @@ class Navigator:
|
|||||||
if len(cat_views) > 1:
|
if len(cat_views) > 1:
|
||||||
#allow for switching views in a category
|
#allow for switching views in a category
|
||||||
self.ui_category[cat_num] = [UICATEGORY % uimenuitems,
|
self.ui_category[cat_num] = [UICATEGORY % uimenuitems,
|
||||||
UICATAGORYBAR % uibaritems]
|
UICATEGORYBAR % uibaritems]
|
||||||
|
|
||||||
for pdata in plugman.get_reg_sidebars():
|
for pdata in plugman.get_reg_sidebars():
|
||||||
module = plugman.load_plugin(pdata)
|
module = plugman.load_plugin(pdata)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user