mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
extensionPrefs: Add missing return value
When commit a7ec7583aa merged two functions into one, it left
out the expected return value from one branch.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/635
This commit is contained in:
parent
2a041e9d8d
commit
dd1fdf88ff
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ var Application = GObject.registerClass({
|
|||
dialog.set_default_size(600, 400);
|
||||
dialog.add(widget);
|
||||
dialog.show();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
_buildErrorUI(row, exc) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue