~strycore/ubuntu/vivid/gnome-weather/fix-for-1456400

« back to all changes in this revision

Viewing changes to src/searchProvider.js

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-06-14 12:48:12 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140614124812-dpklbhi0nul402ay
Tags: 3.12.1-0ubuntu1
* New upstream release.
  - Updates translations. LP: #1313416
* Add extra build-depends needed for tests, but don't enable tests yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
// with Gnome Weather; if not, write to the Free Software Foundation,
17
17
// Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 
 
19
const Gio = imports.gi.Gio;
 
20
const GLib = imports.gi.GLib;
 
21
const GWeather = imports.gi.GWeather;
 
22
const Lang = imports.lang;
 
23
 
19
24
const Util = imports.util;
20
25
const Window = imports.window;
21
26
const World = imports.world;