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

Sandro Tosi morph at debian.org
Thu Oct 15 09:24:36 UTC 2009


The following commit has been merged in the master branch:
commit 33a07f2feacc2df110d4a512265cfe6ae2f7be72
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Oct 15 11:18:57 2009 +0200

    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

diff --git a/debian/changelog b/debian/changelog
index 068c411..363bd32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,12 @@ reportbug (4.8+WIP) UNRELEASED; urgency=low
   * debian/rules
     - check if versions are in sync only when releasing (allowing for easier
       development)
+  * reportbug/ui/gtk2_ui.py
+    - 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
 
- -- Sandro Tosi <morph at debian.org>  Mon, 21 Sep 2009 23:34:06 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 15 Oct 2009 11:16:39 +0200
 
 reportbug (4.8) unstable; urgency=low
 
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 73d5280..e5afb18 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1098,7 +1098,7 @@ class EditorPage (Page):
 
         if not has_spell:
             box = gtk.EventBox ()
-            label = gtk.Label ("Please install <b>python-gnome2-extras</b> to enable spell checking")
+            label = gtk.Label ("Please install <b>python-gtkspell</b> to enable spell checking")
             label.set_use_markup (True)
             label.set_line_wrap (True)
             box.add (label)

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list