summaryrefslogtreecommitdiffstats
path: root/src/gui/CReporterAssistant.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/CReporterAssistant.py')
-rw-r--r--src/gui/CReporterAssistant.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/CReporterAssistant.py b/src/gui/CReporterAssistant.py
index 7299b501..7fe0acbb 100644
--- a/src/gui/CReporterAssistant.py
+++ b/src/gui/CReporterAssistant.py
@@ -305,6 +305,14 @@ class ReporterAssistant():
except Exception, ex:
rating = None
log1(_("Crashdump doesn't have rating => we suppose it's not required"))
+
+ # FIXME: temporary warning about low rating because of
+ # removal the code that checks if reporter requires rating
+ if rating != None and rating < 4:
+ error_msgs.append(_("The backtrace is incomplete, please make sure"
+ " you provide the steps to reproduce."))
+
+
# active buttons acording to required fields
# if an backtrace has rating use it
if not SendBacktrace: