-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 2.0, 2.1
-
Component/s: User Interface
-
None
-
Environment:Debian buster
One of our users reported the following issue:
In options, user interface. When I click "add action to toolbar" picard crashes displaying this message in terminal:
Traceback (most recent call last):
File "/usr/lib/picard/picard/ui/options/interface.py", line 252, in add_to_toolbar
selected_action, ok = AddActionDialog.get_selected_action(display_list, self)
File "/usr/lib/picard/picard/ui/options/interface.py", line 315, in get_selected_action
dialog = AddActionDialog(action_list, parent)
File "/usr/lib/picard/picard/ui/options/interface.py", line 296, in __init__
temp_list.append([_(babel_415_workaround), action])
NameError: name 'temp_list' is not defined