1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-25 11:45:50 +01:00

Various fixes.

curses/curses_misc.py:
  Simplified changing the "arrow" on the ComboBox, if I decide to do so.                                                             
curses/prefs_curses.py: Added a docstring                                 
curses/wicd-curses.py:                                                    
  'q' or 'Q' quits a dialog without saving now.                           
  Fixed a bug where a scan run while a dialog is up would lock the screen and
    half-close the dialog when it is done.
This commit is contained in:
Andrew Psaltis
2009-03-25 12:36:57 -04:00
parent a5e3810c9a
commit 4446016734
3 changed files with 19 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python
"""prefs_curses.py -- Pretty, tabbable, console preferences dialog"""
# Copyright (C) 2008-2009 Andrew Psaltis
# This program is free software; you can redistribute it and/or modify