summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-20 18:46:57 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-20 18:46:57 +0100
commit932c4d77abddb62ca4df1aca6d6c7d4e634a9e8d (patch)
treedbbf1b5779937b4a424731a6b62d67c2407ddc7a
parent4f11e5697a459f787e45a9821f44d1674a68f848 (diff)
downloadabrt-932c4d77abddb62ca4df1aca6d6c7d4e634a9e8d.tar.gz
abrt-932c4d77abddb62ca4df1aca6d6c7d4e634a9e8d.tar.xz
abrt-932c4d77abddb62ca4df1aca6d6c7d4e634a9e8d.zip
GUI: small fix to show all warnings at once
-rw-r--r--src/Gui/CCReporterDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index bc970d2f..d24c0dd8 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -96,7 +96,7 @@ class ReporterDialog():
send = False
error_msgs.append(_("You must agree with submitting the backtrace."))
# we have both SendBacktrace and rating
- elif rating:
+ if rating:
try:
package = self.report["package"][CD_CONTENT]
# if we don't have package for some reason