diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-22 14:51:55 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-22 15:39:15 +0100 |
commit | 5011d6c48f59a451b6141f8cabdb8fe842556ff1 (patch) | |
tree | d7ab835b338a2f6b2175529fd4d40c3d3a27e2b6 /src | |
parent | e0f569e1f027326bccec60af95d2923b57d65815 (diff) | |
download | abrt-5011d6c48f59a451b6141f8cabdb8fe842556ff1.tar.gz abrt-5011d6c48f59a451b6141f8cabdb8fe842556ff1.tar.xz abrt-5011d6c48f59a451b6141f8cabdb8fe842556ff1.zip |
GUI: hide the attachment checkboxes
- we don't use the YET anymore
Diffstat (limited to 'src')
-rw-r--r-- | src/Gui/CCReporterDialog.py | 5 |
1 files changed, 4 insertions, 1 deletions
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 |