From 1b4ac9dc0bcd556de2a408615534e5fe867af58a Mon Sep 17 00:00:00 2001 From: romjerome Date: Tue, 13 Apr 2021 09:06:15 +0200 Subject: [PATCH] typo on variable name bug report 12039 contribution by zebulon --- gramps/gui/navigator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/gui/navigator.py b/gramps/gui/navigator.py index fb1710465..faaf18f3a 100644 --- a/gramps/gui/navigator.py +++ b/gramps/gui/navigator.py @@ -49,7 +49,7 @@ UICATEGORY = '''
%s
''' -UICATAGORYBAR = ''' +UICATEGORYBAR = ''' %s ''' @@ -195,7 +195,7 @@ class Navigator: if len(cat_views) > 1: #allow for switching views in a category self.ui_category[cat_num] = [UICATEGORY % uimenuitems, - UICATAGORYBAR % uibaritems] + UICATEGORYBAR % uibaritems] for pdata in plugman.get_reg_sidebars(): module = plugman.load_plugin(pdata)