[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.2-4-g6fc8e5c

Luca Bruno lethalman88 at gmail.com
Fri May 8 16:01:47 UTC 2009


The following commit has been merged in the master branch:
commit fcf25e67feac432b7adec6dbea4d8deae9d27a6e
Author: Luca Bruno <lethalman88 at gmail.com>
Date:   Sun Apr 26 18:50:31 2009 +0200

    Pack exception expander with extend

diff --git a/debian/changelog b/debian/changelog
index f61486f..51555ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ reportbug (4.3) UNRELEASED; urgency=low
 
   * reportbug/ui/gtk2_ui.py:
     - fix crash when showing menu options
+    - make the textbox containing error information wider
 
  -- Luca Bruno <lethalman88 at gmail.com>  Thu, 07 May 2009 21:38:45 +0200
 
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 754cac2..9dbf499 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -160,7 +160,7 @@ class ExceptionDialog (CustomDialog):
     def setup_dialog (self, vbox, tb):
         # The traceback
         expander = gtk.Expander ("More details")
-        vbox.pack_start (expander, False)
+        vbox.pack_start (expander, True)
 
         view = gtk.TextView ()
         view.set_editable (False)

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list