diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-01-05 12:39:53 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-01-05 12:39:53 +0000 |
commit | 1c085bf3a240935dae3d77c697717d5595ba9584 (patch) | |
tree | 61b0cfe73fd3e2dd3a992f709dec70d559dd98b2 | |
parent | b1dc43ce1aa2871753321174239c973a9637a602 (diff) | |
download | sequelpro-1c085bf3a240935dae3d77c697717d5595ba9584.tar.gz sequelpro-1c085bf3a240935dae3d77c697717d5595ba9584.tar.bz2 sequelpro-1c085bf3a240935dae3d77c697717d5595ba9584.zip |
• fixed bug for copying default bundles after SP update
-rw-r--r-- | Source/SPAppController.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 99f950a1..1cc7eda9 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -1492,8 +1492,6 @@ } - } else { - continue; } BOOL isDir; |