~ubuntu-branches/ubuntu/saucy/wicd/saucy

« back to all changes in this revision

Viewing changes to debian/patches/05-fix_typo.patch

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2009-06-22 17:59:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090622175927-iax3alden0bmj6zg
Tags: 1.6.1-3
* debian/config, debian/templates updated:
  - only show users to add to netdev, skip those who are already
    members (Closes: #534138)
  - gracefully handle upgrades from previous broken versions, where
    debconf set a value of ${default} for wicd/users
    (Closes: #532112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Fix incomplete rename of global var
 
2
---
 
3
 curses/wicd-curses.py |    2 +-
 
4
 1 file changed, 1 insertion(+), 1 deletion(-)
 
5
 
 
6
--- wicd.orig/curses/wicd-curses.py
 
7
+++ wicd/curses/wicd-curses.py
 
8
@@ -202,7 +202,7 @@ def about_dialog(body):
 
9
 # Modeled after htop's help
 
10
 def help_dialog(body):
 
11
     textT  = urwid.Text(('header','wicd-curses help'),'right') 
 
12
-    textSH = urwid.Text(['This is ',('blue','wicd-curses-'+CURSES_REVNO),' using wicd ',unicode(daemon.Hello()),'\n'])
 
13
+    textSH = urwid.Text(['This is ',('blue','wicd-curses-'+CURSES_REV),' using wicd ',unicode(daemon.Hello()),'\n'])
 
14
 
 
15
     textH = urwid.Text([
 
16
 "For more detailed help, consult the wicd-curses(8) man page.\n",