From c6cfcc792147083ab41eb990f8ee4e3150cd5d75 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 9 Dec 2009 19:48:19 +0100 Subject: Gui: make report status window's text wrap. Fixes bug 82 See https://fedorahosted.org/abrt/ticket/82 Signed-off-by: Denys Vlasenko --- src/Gui/CCReporterDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Gui/CCReporterDialog.py') diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index 746c45c..219512e 100644 --- a/src/Gui/CCReporterDialog.py +++ b/src/Gui/CCReporterDialog.py @@ -96,7 +96,7 @@ class ReporterDialog(): # this callback is called when user press Cancel or Report button in Report dialog def on_response(self, dialog, response_id, daemon): # the button has been pressed (probably) - print "response_id", response_id + # print "response_id", response_id if response_id == gtk.RESPONSE_APPLY: if not (self.check_settings(daemon) and self.check_report()): dialog.stop_emission("response") -- cgit