summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-10-21 17:09:00 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-11-15 16:29:47 +0100
commit246c10e47ba9abe539378a2e4cdf341d8ae7b415 (patch)
tree14a7fbb04fbfe3b80c164b908aa84099f7250a36
parentba533087a967be97176356279726cd647d6a6e36 (diff)
downloadabrt-246c10e47ba9abe539378a2e4cdf341d8ae7b415.tar.gz
abrt-246c10e47ba9abe539378a2e4cdf341d8ae7b415.tar.xz
abrt-246c10e47ba9abe539378a2e4cdf341d8ae7b415.zip
GUI: make the "install debuginfo" hint selectable rhbz#644343
-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 f38c5263..81a5409a 100644
--- a/src/Gui/CReporterAssistant.py
+++ b/src/Gui/CReporterAssistant.py
@@ -591,6 +591,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)
###