mac watcher: Fix #731

This commit is contained in:
Hylke Bons 2012-06-23 19:20:31 +01:00
parent 1f8fdc575c
commit 60b9817afe

View file

@ -156,6 +156,9 @@ namespace SparkleShare {
private void checkDirectory (string dir)
{
if (dir == null)
return;
DirectoryInfo parent = new DirectoryInfo (dir);
if (!parent.FullName.Contains ("/.") &&