mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
appDisplay: Fix a typo in the DEFAULT_FOLDERS definition
This causes a crash because when we look for 'categories' later for this entry, it's undefined. Signed-off-by: Adam Williamson <awilliam@redhat.com> Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2238>
This commit is contained in:
parent
0db64d3562
commit
81029c7d6c
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ const DEFAULT_FOLDERS = {
|
|||
},
|
||||
'YaST': {
|
||||
name: 'suse-yast.directory',
|
||||
categegories: ['X-SuSE-YaST'],
|
||||
categories: ['X-SuSE-YaST'],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue