[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.8-16-gd08173f

Sandro Tosi morph at debian.org
Sat Nov 21 22:24:02 UTC 2009


The following commit has been merged in the master branch:
commit 0fcd58568f2356b114146bfa9631473087cae328
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Nov 21 15:33:13 2009 +0100

    clarified the dialog message that requires installation of additional packages; thanks to Filipus Klutiero for the report; Closes: #554589

diff --git a/debian/changelog b/debian/changelog
index 5d503e7..2cb63fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ reportbug (4.8+WIP) UNRELEASED; urgency=low
     - replace python-gnome2-extras with python-gtkspell when suggesting what
       pacakge to install for spell checking; thanks to David Steiner for the
       report; Closes: #551046
+    - clarified the dialog message that requires installation of additional
+      packages; thanks to Filipus Klutiero for the report; Closes: #554589
   * debian/control
     - added a Conflicts on 'debsums (<< 2.0.47)', to properly require the
       correct version of debsums; thanks to Flavio Stanchina for the report;
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index e5afb18..24be306 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1438,8 +1438,8 @@ def initialize ():
     try:
         vte = __import__ ("vte")
     except ImportError:
-        message = """Please install the %s package to use the gtk2 interface. 
-Falling back to text interface."""
+        message = """Please install the %s package to use the GTK+ (known as 'gtk2' in reportbug) interface.
+Falling back to 'text' interface."""
         dialog = gtk.MessageDialog (None, gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT,
                                     gtk.MESSAGE_INFO, gtk.BUTTONS_CLOSE, None)
         dialog.set_markup (message % "<b>python-vte</b>")

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list