From 95e1bfe1a908c6774f08ba7be90071dc831a07f2 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 24 Jul 2013 14:35:36 -0400
Subject: [PATCH] Merge pull request #106 from gustavohenrique/master

---
 src/main/distrib/data/clientapps.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json
index fb098eb..2b15cd3 100644
--- a/src/main/distrib/data/clientapps.json
+++ b/src/main/distrib/data/clientapps.json
@@ -18,7 +18,7 @@
 		"productUrl": "http://www.syntevo.com/smartgithg",
 		"platforms": [ "windows", "macintosh", "linux" ],
 		"icon": "smartgithg_32x32.png",
-		"isActive": false
+		"isActive": true
 	},
 	{
 		"name": "SourceTree",
@@ -76,6 +76,6 @@
 		"platforms": [ "windows", "macintosh", "linux" ],
 		"icon": "sparkleshare_32x32.png",
 		"minimumPermission" : "RW+",
-		"isActive": true
+		"isActive": false
 	}
 ]
\ No newline at end of file

--
Gitblit v1.9.1