[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.6-17-gcdad7ce
Sandro Tosi
morph at debian.org
Wed Sep 2 21:12:49 UTC 2009
The following commit has been merged in the master branch:
commit 4560ce88003f8c333483ee810ad44eb5b3a20414
Author: Sandro Tosi <morph at debian.org>
Date: Wed Sep 2 22:59:56 2009 +0200
changelog fixes + Gtk+ UI text restored
diff --git a/debian/changelog b/debian/changelog
index 67f17f8..5347071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,10 +23,11 @@ reportbug (4.7) UNRELEASED; urgency=low
- wrap words when editing bug reports
- workaround possible GTK+ regression to show the intro page
- fix to menu to always display all menu options
- * bin/reportbug
- - fallback to text interface if UI can't be initialized; Closes: #534876
+ * bin/reportbug, reportbug/ui/*.py
+ - fallback to text interface if a different UI can't be initialized; thanks
+ to Colin S. Miller for the report; Closes: #534876
- -- Luca Bruno <lethalman88 at gmail.com> Tue, 01 Sep 2009 08:39:20 +0200
+ -- Sandro Tosi <morph at debian.org> Wed, 02 Sep 2009 22:58:49 +0200
reportbug (4.6) unstable; urgency=low
diff --git a/reportbug/ui/__init__.py b/reportbug/ui/__init__.py
index 1c42c98..563d9ff 100644
--- a/reportbug/ui/__init__.py
+++ b/reportbug/ui/__init__.py
@@ -28,7 +28,7 @@ __all__ = ['text_ui', 'urwid_ui', 'gtk2_ui']
UIS = {'text': 'A text-oriented console user interface',
'urwid': 'A menu-based console user interface',
- 'gtk2': 'A graphical (GTK+) user interface. Requires python-vte package to work.'}
+ 'gtk2': 'A graphical (GTK+) user interface.'}
# Only the available UIs
AVAILABLE_UIS = {}
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list