seoz pushed a commit to branch master.

commit 742c4a71afdd0f2b2225f891d6790ef095a6a41a
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri May 3 22:08:02 2013 +0900

    Revert "config.c: bump up the CONF_VER to 2 because I just added a new 
configuration for tab_zoom."
    
    I will fix this in a correct way.
    
    This reverts commit 19491ac0bb972fb490668aa6d84e5d64fa1b4be6.
---
 src/bin/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/config.c b/src/bin/config.c
index e360ed0..379c40c 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -5,7 +5,7 @@
 #include "config.h"
 #include "main.h"
 
-#define CONF_VER 2
+#define CONF_VER 1
 
 #define LIM(v, min, max) {if (v >= max) v = max; else if (v <= min) v = min;}
 

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2

Reply via email to