From 2cc990b97a8c42a25c4caf026cdce374c4f938c0 Mon Sep 17 00:00:00 2001 From: imdano <> Date: Sun, 6 Jan 2008 21:20:15 +0000 Subject: [PATCH] A default wired profile is now created when wired-settings.conf is initially generated. --- daemon.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/daemon.py b/daemon.py index 88b6280..dbdd337 100644 --- a/daemon.py +++ b/daemon.py @@ -1212,9 +1212,10 @@ class ConnectionWizard(dbus.service.Object): #don't do anything since it is there pass else: - print "wired confguration file not found, creating..." - #we don't need to put anything in it, so just make it + print "wired configuration file not found, creating..." + # Create the file and a default profile open( self.wired_conf, "w" ).close() + self.CreateWiredNetworkProfile("wired-default") #end If #hide the files, so the keys aren't exposed