URL:
  <http://gna.org/bugs/?10930>

                 Summary: Wesnoth can no longer find any savefiles
                 Project: Battle for Wesnoth
            Submitted by: pipatron
            Submitted on: Thursday 01/31/2008 at 01:28
                Category: Bug
                Severity: 4 - Important
                Priority: 5 - Normal
              Item Group:  None of the others
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 23353-23357
        Operating System: Linux

    _______________________________________________________

Details:

Between revision 23352 and 23353, wesnoth can no longer find any savefiles.
It does create new saves in the correct folder, but each time I try 'Load'
from the main menu, it claims there are no saved games.

----


--- src/dialogs.cpp     (revision 23352)
+++ src/dialogs.cpp     (revision 23353)
@@ -626,7 +626,11 @@

 std::string load_game_dialog(display& disp, const config& game_config, const
game_data& data, bool* show_replay)
 {
-       std::vector<save_info> games = get_saves_list();
+       std::vector<save_info> games;
+       {
+               cursor::setter cur(cursor::WAIT);
+               std::vector<save_info> games = get_saves_list();
+       }

        if(games.empty()) {
                gui::message_dialog(disp,






    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?10930>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to