aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Synchronization
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-31 12:07:40 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-31 12:07:40 +0300
commitf03676747c3c4207da0be4e59273cbbca9b79649 (patch)
tree5fe054dea1c4135416ecdfc252ae2f867633bec6 /Software/Visual_Studio/Tango.Synchronization
parent040118073dc67e9daf9792863786f87705f3fff6 (diff)
downloadTango-f03676747c3c4207da0be4e59273cbbca9b79649.tar.gz
Tango-f03676747c3c4207da0be4e59273cbbca9b79649.zip
Implemented PPC data base source from %appdata% on PPC.
Diffstat (limited to 'Software/Visual_Studio/Tango.Synchronization')
-rw-r--r--Software/Visual_Studio/Tango.Synchronization/Remote/RemoteDBSynchronizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Synchronization/Remote/RemoteDBSynchronizer.cs b/Software/Visual_Studio/Tango.Synchronization/Remote/RemoteDBSynchronizer.cs
index 09f7fe619..79c719d0e 100644
--- a/Software/Visual_Studio/Tango.Synchronization/Remote/RemoteDBSynchronizer.cs
+++ b/Software/Visual_Studio/Tango.Synchronization/Remote/RemoteDBSynchronizer.cs
@@ -32,7 +32,7 @@ namespace Tango.Synchronization.Remote
sqlite.ClearDataBase();
}
- using (var remoteDB = new remote.RemoteDB(SettingsManager.Default.GetOrCreate<CoreSettings>().SQLServerAddress, false))
+ using (var remoteDB = new remote.RemoteDB(SettingsManager.Default.GetOrCreate<CoreSettings>().DataBaseSource, false))
{
using (var localDB = new local.LocalDB(sqliteDbFile))
{