Commented out preferences until script can be installed via Makefile.

yahoo_weather
simon04 14 years ago
parent 6f41d437ec
commit be54f1fda1
  1. 2
      src/extension.js

@ -166,6 +166,7 @@ WeatherMenuButton.prototype = {
this.menu.addActor(mainBox);
/* TODO install script via Makefile
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
let item = new PopupMenu.PopupMenuItem(_("Preferences..."));
@ -173,6 +174,7 @@ WeatherMenuButton.prototype = {
Util.spawn(["weather-extension-configurator"]);
});
this.menu.addMenuItem(item);
*/
// Items
this.showLoadingUi();

Loading…
Cancel
Save