From kde-commits Sat Dec 15 11:21:45 2012 From: George Kiagiadakis Date: Sat, 15 Dec 2012 11:21:45 +0000 To: kde-commits Subject: [kde-runtime/KDE/4.9] drkonqi: drkonqi/bugzillalib: Follow bugzilla status changes: s/NEW/CONFIRMED/ Message-Id: <20121215112145.D4036A6091 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=135557051412096 Git commit dfccc0e9df0812455ec2307d60fd71eaa2aabe86 by George Kiagiadakis. Committed on 15/12/2012 at 12:19. Pushed by gkiagia into branch 'KDE/4.9'. drkonqi/bugzillalib: Follow bugzilla status changes: s/NEW/CONFIRMED/ (cherry picked from commit 7c606bbea4271ac984450582bf0ed042185c4962) M +1 -1 drkonqi/bugzillalib.cpp http://commits.kde.org/kde-runtime/dfccc0e9df0812455ec2307d60fd71eaa2aabe86 diff --git a/drkonqi/bugzillalib.cpp b/drkonqi/bugzillalib.cpp index 76221d8..0537c54 100644 --- a/drkonqi/bugzillalib.cpp +++ b/drkonqi/bugzillalib.cpp @@ -491,7 +491,7 @@ BugReport::Status BugReport::parseStatus(const QString = &stat) { if (stat =3D=3D QLatin1String("UNCONFIRMED")) { return Unconfirmed; - } else if (stat =3D=3D QLatin1String("NEW")) { + } else if (stat =3D=3D QLatin1String("CONFIRMED")) { return New; } else if (stat =3D=3D QLatin1String("ASSIGNED")) { return Assigned;