diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index e85becdc..27b835db 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -34,20 +34,14 @@ namespace SparkleLib.Git { public SparkleFetcher (string server, string remote_path, string target_folder) : base (server, remote_path, target_folder) { - //server = server.Trim ("/".ToCharArray ()); remote_path = remote_path.Trim ("/".ToCharArray ()); if (server.EndsWith ("/")) server = server.Substring (0, server.Length - 1); - //FIXME: Adding these lines makes the fetcher fail - // if (remote_path.EndsWith ("/")) - // remote_path = remote_path.Substring (0, remote_path.Length - 1); - if (!remote_path.StartsWith ("/")) remote_path = "/" + remote_path; - Uri uri; try { diff --git a/SparkleShare/SparkleEventLogController.cs b/SparkleShare/SparkleEventLogController.cs index 12c111cb..ea8a2484 100755 --- a/SparkleShare/SparkleEventLogController.cs +++ b/SparkleShare/SparkleEventLogController.cs @@ -168,7 +168,6 @@ namespace SparkleShare { if (UpdateContentEvent != null) UpdateContentEvent (HTML); - // TODO: Check selected folder if (UpdateSizeInfoEvent != null) UpdateSizeInfoEvent (Size, HistorySize); }; diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index 38cbcafe..c2f977c6 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -566,9 +566,8 @@ namespace SparkleShare { Controller.OpenFolderClicked (); }; - + SystemSounds.Exclamation.Play (); - // TODO: Catch attention without having to raise the window break; }