[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.1-7-g33dcbe3
Luca Bruno
lethalman88 at gmail.com
Mon Apr 13 20:48:41 UTC 2009
The following commit has been merged in the master branch:
commit ed605898ceb689cd66a9360439858142a9cfb38c
Author: Luca Bruno <lethalman88 at gmail.com>
Date: Fri Mar 27 13:47:04 2009 +0100
Make long messages selectable (useful when a filename is provided)
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index a7aef00..08ab2cd 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -996,6 +996,7 @@ class LongMessagePage (Page):
self.label = gtk.Label ()
self.label.set_line_wrap (True)
self.label.set_justify (gtk.JUSTIFY_FILL)
+ self.label.set_selectable (True)
eb = gtk.EventBox ()
eb.add (self.label)
return eb
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list