From dce231ecae7dbf5321d184a1f44bb048d1e23279 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 3884106..74cf37e 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