diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-22 14:51:55 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-22 14:51:55 +0100 |
| commit | dce231ecae7dbf5321d184a1f44bb048d1e23279 (patch) | |
| tree | 148260655c623d88302f9eeaa59ea8f68ef3407c /src | |
| parent | 3e28c98338307fa3a187bdd5a2d8f27eed04649f (diff) | |
| download | abrt-dce231ecae7dbf5321d184a1f44bb048d1e23279.tar.gz abrt-dce231ecae7dbf5321d184a1f44bb048d1e23279.tar.xz abrt-dce231ecae7dbf5321d184a1f44bb048d1e23279.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 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 |
