Fix 12/24h setting

yahoo_weather
Neroth 13 years ago
parent 05a709a68b
commit 2ba48620d2
  1. 1
      src/extension.js

@ -203,6 +203,7 @@ WeatherMenuButton.prototype = {
loadConfigInterface : function()
{
var that = this;
var schemaInterface = "org.gnome.desktop.interface";
if (Gio.Settings.list_schemas().indexOf(schemaInterface) == -1)
throw _("Schema \"%s\" not found.").replace("%s",schemaInterface);

Loading…
Cancel
Save