From 932c4d77abddb62ca4df1aca6d6c7d4e634a9e8d Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 20 Jan 2010 18:46:57 +0100 Subject: GUI: small fix to show all warnings at once --- src/Gui/CCReporterDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index bc970d2..d24c0dd 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 -- cgit