URI: 
       tupdate message: cannot change -> not changing - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8668e923ceb45786e3efe8a925f88d87a03744b1
   DIR parent f8b20bedaeeff1ca5ef6e833f6b30a4dcfe18b21
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Thu, 18 Oct 2012 22:13:09 +0200
       
       update message: cannot change -> not changing
       
       Diffstat:
         M lib/simple_config.py                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/simple_config.py b/lib/simple_config.py
       t@@ -59,7 +59,7 @@ class SimpleConfig:
            def set_key(self, key, value, save = False):
                # find where a setting comes from and save it there
                if self.options_config.get(key):
       -            print "Warning: cannot change '%s' because it was passed as a command-line option"%key
       +            print "Warning: not changing '%s' because it was passed as a command-line option"%key
                    return
        
                elif self.user_config.get(key):