1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 21:38:06 +01:00

curses/wicd-curses.py:

Made the tagged wireless network actually show the network we're connected to,
    or not, as the case may be.
  Added ' -- ' to the upper statusbar

Also, in the last commit, configscript_curses should be netentry_curses
This commit is contained in:
Andrew Psaltis
2009-01-31 02:07:50 -05:00
parent a89e45f0c8
commit b86ec8667c
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ import subprocess
# VERSIONNUMBER
VERSION_NUM = '1.6.0'
REVISION_NUM = 'unknown'
CURSES_REVNO = 'r266'
CURSES_REVNO = 'r269'
try:
if not os.path.exists('vcsinfo.py'):