[Commits] [wesnoth/wesnoth] daaf8b: fixup hotkeys preferences display

GitHub noreply at github.com
Mon Jun 23 22:00:17 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: daaf8bd2f557331de65b6d39f04c9c0ad4289b99
      https://github.com/wesnoth/wesnoth/commit/daaf8bd2f557331de65b6d39f04c9c0ad4289b99
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M src/hotkey/hotkey_command.hpp
    M src/hotkey/hotkey_preferences_display.cpp

  Log Message:
  -----------
  fixup hotkeys preferences display


  Commit: 6b8a39d9335d18ded6e28c8823e178102e877a29
      https://github.com/wesnoth/wesnoth/commit/6b8a39d9335d18ded6e28c8823e178102e877a29
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M src/hotkey/hotkey_preferences_display.cpp

  Log Message:
  -----------
  fix a possible segfault in hotkey preferences dialog

selected_command_ might be -1 causing symbols["hotkey_description"] =
hotkey::get_description((*commands)[selected_command_]); to fail.

and remove a "case hotkey::SCOPE_COUNT: ..." which for forgotten in a
previous commit


  Commit: c1aead67762b59f0f5513e4a448a9b8b2550d7da
      https://github.com/wesnoth/wesnoth/commit/c1aead67762b59f0f5513e4a448a9b8b2550d7da
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M src/hotkey/hotkey_command.cpp

  Log Message:
  -----------
  assign correct scopes to old SCOPE_GENERAL hotkeys


Compare: https://github.com/wesnoth/wesnoth/compare/0286032dd2e7...c1aead67762b


More information about the Commits mailing list