1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 04:48:00 +01:00

Added support for using one set of global settings for all networks with a given essid.

Fixed a few wired autoconnect issues.
This commit is contained in:
imdano
2008-03-10 20:55:46 +00:00
parent 0653f3f40b
commit 04af10a891
3 changed files with 147 additions and 93 deletions

View File

@@ -3,7 +3,6 @@
#
# Copyright (C) 2007 Adam Blackburn
# Copyright (C) 2007 Dan O'Reilly
# Copyright (C) 2007 Byron Hillis
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License Version 2 as
@@ -246,4 +245,4 @@ def main():
mainloop.run()
if __name__ == '__main__':
main()
main()