[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.6-17-gcdad7ce

Luca Bruno lethalman88 at gmail.com
Wed Sep 2 21:12:45 UTC 2009


The following commit has been merged in the master branch:
commit f62a389859930a085c4e15503e08280f20e014fc
Author: Luca Bruno <lethalman88 at gmail.com>
Date:   Mon Aug 31 10:37:24 2009 +0200

    Set word wrap mode for bug editor

diff --git a/debian/changelog b/debian/changelog
index 2a6bbcf..ab06768 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 reportbug (4.7) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * reportbug/__init__.py
     - bump reportbug version
   * debian/control
@@ -17,7 +18,11 @@ reportbug (4.7) UNRELEASED; urgency=low
        LDAP support is gone since years; thanks to martin f krafft for the
        report; Closes: #271057
 
- -- Sandro Tosi <morph at debian.org>  Tue, 18 Aug 2009 09:39:44 +0200
+  [ Luca Bruno ]
+  * reportbug/ui/gtk_ui.py
+    - wrap words when editing bug reports
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Mon, 31 Aug 2009 11:37:23 +0200
 
 reportbug (4.6) unstable; urgency=low
 
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 01131dc..bba9e61 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1081,6 +1081,7 @@ class EditorPage (Page):
         vbox.pack_start (hbox, expand=False)
 
         self.view = gtk.TextView ()
+        self.view.set_wrap_mode (gtk.WRAP_WORD)
         if has_spell:
             gtkspell.Spell (self.view)
         self.info_buffer = self.view.get_buffer ()

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list