From c6ed808433148bd8a704b313010bd57bbaa381d1 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 9 Dec 2009 19:55:23 +0100 Subject: show comment and how to reproduce fields, when BT rating > 3 --- src/Gui/CCReporterDialog.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index 746c45c..8ff52ac 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: -- cgit