summaryrefslogtreecommitdiff
path: root/test/smoke-tests
diff options
context:
space:
mode:
authorFernando Farfan <fernando@endlessm.com>2013-06-10 21:30:21 -0700
committerFernando Farfan <fernando@endlessm.com>2013-06-17 14:17:43 -0700
commitb332eae7f64378728b38fabd238b97f09aa8ec45 (patch)
tree4bdfd95cfc96f03a04b55fd53bf0c69529d607e2 /test/smoke-tests
parent7c96cbbe6ccb9a88b836bc89225fcf2c94fb1cb6 (diff)
Draw topbars in EosWindow
Work in progress. Topbars do not appear when using Endless theme. [endlessm/eos-sdk#97]
Diffstat (limited to 'test/smoke-tests')
-rw-r--r--test/smoke-tests/app-window.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smoke-tests/app-window.js b/test/smoke-tests/app-window.js
index 3f8f79f..8f1c9a0 100644
--- a/test/smoke-tests/app-window.js
+++ b/test/smoke-tests/app-window.js
@@ -117,7 +117,7 @@ const LeftTopbar = new Lang.Class ({
props.orientation = Gtk.Orientation.VERTICAL;
this.parent(props);
- this._label = new Gtk.Label({ label: 'How big do we want the left topbar?' });
+ this._label = new Gtk.Label({ label: 'The Left Topbar' });
this.add(this._label);
}