leif pushed a commit to branch master.

http://git.enlightenment.org/apps/econnman.git/commit/?id=d648f6ae47ddc7fd38d256c34c1375526c2c03e1

commit d648f6ae47ddc7fd38d256c34c1375526c2c03e1
Author: Matthias Wauer <matthiaswa...@googlemail.com>
Date:   Mon Jan 20 15:20:28 2014 +0100

    Fixed wrong variable name.
    
    Summary: Fixed wrong name of variable
    
    Reviewers: leif
    
    Differential Revision: https://phab.enlightenment.org/D478
---
 econnman-bin.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/econnman-bin.in b/econnman-bin.in
index 2210b1e..108d732 100755
--- a/econnman-bin.in
+++ b/econnman-bin.in
@@ -294,7 +294,7 @@ def config_set(name, key, value):
     if value != None:
         configs.set(secname, key, value)
     elif configs.has_option(secname, key):
-        configs.remove_option(sec, key)
+        configs.remove_option(secname, key)
     config_write(name)
 
 def config_get(name):

-- 


Reply via email to