yahoo_weather
Neroth 11 years ago
parent 5009e8c668
commit a4181e3bf4
  1. 2
      src/extension.js
  2. 2
      src/prefs.js

@ -145,7 +145,7 @@ const WEATHER_DEBUG_EXTENSION = 'debug-extension'; // Weather extension settin
return 0;
},
world : new GWeather.Location.new_world(false),
world : GWeather.Location.new_world(false),
start : function()
{ this.status("Starting Weather");

@ -98,7 +98,7 @@ Extends: Gtk.Box,
Window : new Gtk.Builder(),
world : new GWeather.Location.new_world(false),
world : GWeather.Location.new_world(false),
initWindow : function()
{ this.status("Init window");

Loading…
Cancel
Save