[Commits] [wesnoth/wesnoth] 99142b: Fixup 0fecb69385 (custom labels were overwritten)

GitHub noreply at github.com
Mon Aug 14 01:30:15 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 99142b037c5ee795d26693efcf64596972054315
      https://github.com/wesnoth/wesnoth/commit/99142b037c5ee795d26693efcf64596972054315
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/hotkey/command_executor.cpp

  Log Message:
  -----------
  Fixup 0fecb69385 (custom labels were overwritten)


  Commit: d5bd92304faecff5ebfba8d053ffe9c31d8326c2
      https://github.com/wesnoth/wesnoth/commit/d5bd92304faecff5ebfba8d053ffe9c31d8326c2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/gui/dialogs/addon/manager.cpp
    M src/gui/dialogs/game_version.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.cpp
    M src/gui/dialogs/multiplayer/mp_options_helper.cpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/title_screen.cpp
    M src/gui/dialogs/wml_error.cpp
    M src/gui/widgets/chatbox.cpp
    M src/gui/widgets/generator_private.hpp
    M src/gui/widgets/window.cpp

  Log Message:
  -----------
  GUI2: used `widget` class specifier to refer to visibility in all places

Since both styled_widget and window inherit from widget, all usecases actually referred to the same thing,
but this makes that much clearer.


Compare: https://github.com/wesnoth/wesnoth/compare/ef406b6938b0...d5bd92304fae


More information about the Commits mailing list