summaryrefslogtreecommitdiff
path: root/js/ui/status/backgroundApps.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/ui/status/backgroundApps.js')
-rw-r--r--js/ui/status/backgroundApps.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/status/backgroundApps.js b/js/ui/status/backgroundApps.js
index f5db92181..204d0e498 100644
--- a/js/ui/status/backgroundApps.js
+++ b/js/ui/status/backgroundApps.js
@@ -77,7 +77,7 @@ var BackgroundAppMenuItem = GObject.registerClass({
(bind, source) => [true, source !== null],
null);
- this.set_child_above_sibling(this._ornamentLabel, null);
+ this.set_child_above_sibling(this._ornamentIcon, null);
this._spinner = new Spinner(16, {hideOnStop: true});
this._spinner.add_style_class_name('spinner');