summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-10-21 17:09:00 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-10-21 17:09:00 +0200
commit3e7be4abdcb34355257d3f6d78f2e6383ee0efcb (patch)
tree16ee48cb6e7614a857b8cfefacf7d7f3baf10885 /src/gui
parent7c530701b708b1ce7bf994526d9e6b13d36838cd (diff)
downloadabrt-3e7be4abdcb34355257d3f6d78f2e6383ee0efcb.tar.gz
abrt-3e7be4abdcb34355257d3f6d78f2e6383ee0efcb.tar.xz
abrt-3e7be4abdcb34355257d3f6d78f2e6383ee0efcb.zip
GUI: make the "install debuginfo" hint selectable rhbz#644343
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/CReporterAssistant.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/CReporterAssistant.py b/src/gui/CReporterAssistant.py
index 9962e493..9d8c9e39 100644
--- a/src/gui/CReporterAssistant.py
+++ b/src/gui/CReporterAssistant.py
@@ -747,6 +747,7 @@ class ReporterAssistant():
#self.lbl_errors.set_alignment(0.0, 0.0)
self.lbl_errors.set_justify(gtk.JUSTIFY_FILL)
self.lbl_errors.set_size_request(DEFAULT_WIDTH-50, -1)
+ self.lbl_errors.set_selectable(True)
self.errors_hbox.pack_start(self.warning_image, False, False)
self.errors_hbox.pack_start(self.lbl_errors)
###