Little correction

yahoo_weather
Neroth 13 years ago
parent 5bdd6affdd
commit c311b30467
  1. 2
      src/weather-settings.js.in

@ -75,7 +75,7 @@ WeatherSetting.prototype =
dialog.set_transient_for(this.Window.get_object("main-window"));
dialog.add_button(Gtk.STOCK_CANCEL, 0);
var d = dialog.add_button(Gtk.STOCK_YES, 1);
var d = dialog.add_button(Gtk.STOCK_OK, 1);
d.set_can_default(true);
dialog.set_default(d);

Loading…
Cancel
Save