summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-12-09 19:55:23 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-12-09 19:55:23 +0100
commitc6ed808433148bd8a704b313010bd57bbaa381d1 (patch)
tree1d9c8ab235d550385e9978c772e72ba0663e5d80 /src/Gui
parentff413cca239076576b30553ca8cc8affab7a7a30 (diff)
downloadabrt-c6ed808433148bd8a704b313010bd57bbaa381d1.tar.gz
abrt-c6ed808433148bd8a704b313010bd57bbaa381d1.tar.xz
abrt-c6ed808433148bd8a704b313010bd57bbaa381d1.zip
show comment and how to reproduce fields, when BT rating > 3
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/CCReporterDialog.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index 746c45c2..8ff52acd 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -243,8 +243,6 @@ class ReporterDialog():
# probably usable 3
elif int(self.report[item][CD_CONTENT]) < 4:
ebErrors.show()
- fReproducer.hide()
- fComments.hide()
lErrors.set_markup(_("The backtrace is incomplete, please make sure you provide good steps to reproduce."))
bSend.set_sensitive(True)
else: