From 6d1f75f5521161046a99a20898206272a8c47d4f Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Sun, 21 Jun 2009 14:45:44 -0400 Subject: [PATCH] Fix typo that crashes wicd-curses on attempting to bring up the help dialog. --- curses/wicd-curses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index 34d52ff..63fb43d 100755 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -202,7 +202,7 @@ def about_dialog(body): # Modeled after htop's help def help_dialog(body): textT = urwid.Text(('header','wicd-curses help'),'right') - textSH = urwid.Text(['This is ',('blue','wicd-curses-'+CURSES_REVNO),' using wicd ',unicode(daemon.Hello()),'\n']) + textSH = urwid.Text(['This is ',('blue','wicd-curses-'+CURSES_REV),' using wicd ',unicode(daemon.Hello()),'\n']) textH = urwid.Text([ "For more detailed help, consult the wicd-curses(8) man page.\n",