Disabled SparkleShare menu
diff --git a/releases.moxie b/releases.moxie index ff7e092..e9ddeb8 100644 --- a/releases.moxie +++ b/releases.moxie
@@ -63,7 +63,7 @@ - Added SalesForce.com user service - Added simple star/unstar function to flag or bookmark interesting repositories - Added Dashboard page which shows a news feed for starred repositories and offers a filterable list of repositories you care about - - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, GitHub for Mac, and SparkleShare + - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, and GitHub for Mac - Added GO http/https connector thread pool size setting - Added a server setting to force a particular translation/Locale for all sessions - Added smart Git Daemon serving. If enabled, git:// access will be offered for any repository which permits anonymous access. If the repository permits anonymous cloning, anonymous git:// clone will be permitted while anonmymous git:// pushes will be rejected.
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index 48b233c..2b15cd3 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json
@@ -76,6 +76,6 @@ "platforms": [ "windows", "macintosh", "linux" ], "icon": "sparkleshare_32x32.png", "minimumPermission" : "RW+", - "isActive": true + "isActive": false } ] \ No newline at end of file