Summary: | You don't have any cards defined. | ||
---|---|---|---|
Product: | [Unmaintained] flashkard | Reporter: | Roger Oberholtzer <roger.oberholtzer> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | This is a set of cards. |
Description
Roger Oberholtzer
2003-05-25 19:06:46 UTC
Created attachment 1679 [details]
This is a set of cards.
This is a set of cards. It gets read in OK, but the error
persists.
Subject: KDE_3_1_BRANCH: kdeedu/flashkard/flashkard CVS commit by wheeler: Oops, this one slipped into the branch too... CCMAIL:58932-done@bugs.kde.org M +1 -1 flashkard.cpp 1.25.2.2 --- kdeedu/flashkard/flashkard/flashkard.cpp #1.25.2.1:1.25.2.2 @@ -388,5 +388,5 @@ void FlashKard::showQuiz() { CardList list = data->cardList(); - if(list.isEmpty()) { + if(!list.isEmpty()) { if(quiz) { This bug is still in the debian package on download.kde.org stable latest. |