From 5011d6c48f59a451b6141f8cabdb8fe842556ff1 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 22 Jan 2010 14:51:55 +0100 Subject: GUI: hide the attachment checkboxes - we don't use the YET anymore --- src/Gui/CCReporterDialog.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index 38841063..74cf37e4 100644 --- a/src/Gui/CCReporterDialog.py +++ b/src/Gui/CCReporterDialog.py @@ -249,7 +249,10 @@ class ReporterDialog(): vbAttachments.pack_start(toggle) # bind item to checkbox toggle.item = item - toggle.show() + #FIXME: temporary workaround, in 1.0.4 reporters don't care + # about this, they just send what they want to + # TicketUploader even sends coredump!! + #toggle.show() continue # It must be CD_TXT field -- cgit