From d94f9d10e2147e3c8ce7365fb1b05f99644f856f Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 27 Mar 2015 22:07:45 -0700 Subject: Remove GPL code This removes the code that was copied from the LGPL eos-theme repository and replaces it with a different simple spinner animation, adapted from the MIT-licensed http://projects.lukehaas.me/css-loaders/ [endlessm/eos-sdk#2948] --- test/smoke-tests/app-window.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/smoke-tests/app-window.js') diff --git a/test/smoke-tests/app-window.js b/test/smoke-tests/app-window.js index bbfd461..5f12de4 100644 --- a/test/smoke-tests/app-window.js +++ b/test/smoke-tests/app-window.js @@ -25,6 +25,8 @@ const Page0 = new Lang.Class ({ this.button2 = new Gtk.Button({ label: 'Go to page named "page1"' }); this.add(this.button2); + this.add(new Gtk.Spinner({ active: true })); + this._addTransitionOptions(pm); }, -- cgit v1.2.3