summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-09 14:48:27 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-09 14:48:27 +0100
commitea11e91fd0ddfa51568e9d52e7ce0dc19971c745 (patch)
treef05fab6bc4df392f7967709d0222e6c2f3d31bfb /src/Gui
parentaea18761e6e936e149d0628f62cf6b1ec00a88fd (diff)
downloadabrt-ea11e91fd0ddfa51568e9d52e7ce0dc19971c745.tar.gz
abrt-ea11e91fd0ddfa51568e9d52e7ce0dc19971c745.tar.xz
abrt-ea11e91fd0ddfa51568e9d52e7ce0dc19971c745.zip
GUI: remove code which unconditionally throws out BIN files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/CCReporterDialog.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index 816164b6..bc4a1e0e 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -290,11 +290,11 @@ class ReporterDialog():
self.tevHowToReproduce.set_buffer(buff)
def dehydrate(self):
- # handle attachments
- vbAttachments = self.builder.get_object("vbAttachments")
- for attachment in vbAttachments.get_children():
- #print "%s file %s" % (["not sending","sending"][attachment.get_active()], attachment.get_label())
- del self.report[attachment.item]
+ ## # handle attachments
+ ## vbAttachments = self.builder.get_object("vbAttachments")
+ ## for attachment in vbAttachments.get_children():
+ ## #print "%s file %s" % (["not sending","sending"][attachment.get_active()], attachment.get_label())
+ ## del self.report[attachment.item]
# handle comment
buff = self.tvComment.get_buffer()