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
@ -78,6 +78,8 @@ var Application = GObject.registerClass({
|
|||||||
dialog.set_default_size(600, 400);
|
dialog.set_default_size(600, 400);
|
||||||
dialog.add(widget);
|
dialog.add(widget);
|
||||||
dialog.show();
|
dialog.show();
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
_buildErrorUI(row, exc) {
|
_buildErrorUI(row, exc) {
|
||||||
|
Loading…
Reference in New Issue
Block a user