eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/utils ncurses.cpp [multibyte]


From: eliot-dev
Subject: [Eliot-dev] eliot/utils ncurses.cpp [multibyte]
Date: Sat, 14 Jan 2006 21:57:08 +0000

CVSROOT:        /sources/eliot
Module name:    eliot
Branch:         multibyte
Changes by:     Olivier Teulière <address@hidden>      06/01/14 21:57:08

Modified files:
        utils          : ncurses.cpp 

Log message:
        Display the "Search complete" message at the right time

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/utils/ncurses.cpp.diff?only_with_tag=multibyte&tr1=1.19.2.3&tr2=1.19.2.4&r1=text&r2=text

Patches:
Index: eliot/utils/ncurses.cpp
diff -u eliot/utils/ncurses.cpp:1.19.2.3 eliot/utils/ncurses.cpp:1.19.2.4
--- eliot/utils/ncurses.cpp:1.19.2.3    Sat Jan 14 21:19:53 2006
+++ eliot/utils/ncurses.cpp     Sat Jan 14 21:57:08 2006
@@ -213,7 +213,7 @@
 
     // Display a message when the search is complete
     if (m_game->getMode() == Game::kTRAINING &&
-        static_cast<Training*>(m_game)->getHistory().getSize())
+        static_cast<Training*>(m_game)->getResults().size())
     {
         mvwprintw(win, y + 2*yOff - 1, x + 2, _("Search complete"));
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]