[Zerofile-svn] SF.net SVN: zerofile: [49] trunk/src/ZeroFile.java
Status: Pre-Alpha
Brought to you by:
karl-bengtsson
|
From: <kar...@us...> - 2007-11-13 13:58:20
|
Revision: 49
http://zerofile.svn.sourceforge.net/zerofile/?rev=49&view=rev
Author: karl-bengtsson
Date: 2007-11-13 05:58:06 -0800 (Tue, 13 Nov 2007)
Log Message:
-----------
Stored settings are now registered with Bonjour
Modified Paths:
--------------
trunk/src/ZeroFile.java
Modified: trunk/src/ZeroFile.java
===================================================================
--- trunk/src/ZeroFile.java 2007-11-13 13:55:03 UTC (rev 48)
+++ trunk/src/ZeroFile.java 2007-11-13 13:58:06 UTC (rev 49)
@@ -11,8 +11,10 @@
try
{
ZeroconfRegistration.registerService();
- ZeroconfRegistration.set1st("Testar");
- ZeroconfRegistration.setLast("Nisse");
+ ZeroFileSettings.loadSettings();
+ ZeroconfRegistration.set1st(ZeroFileSettings.getFirstName());
+ ZeroconfRegistration.setLast(ZeroFileSettings.getLastName());
+ ZeroconfRegistration.setEmail(ZeroFileSettings.getEmail());
ZeroconfBrowsing.startBrowsing();
}
catch(Exception e)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|