]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/conf.c
Imported Upstream version 20090110
[ion3.git] / ioncore / conf.c
index 1656fc0224f523d00b2014e9e37936826009c9b6..35844c4e1600f7fffb93844a13255b9dcd40dd81 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/conf.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * See the included file LICENSE for details.
  */
@@ -77,7 +77,7 @@ static ExtlFn get_layout_fn;
  *                          \codestr{lrud} (left-right, then up-down), or 
  *                          \codestr{random}. \\
  *  \var{mousefocus} & (string) Mouse focus mode: 
- *                     \codestr{disable} or \codestr{sloppy}. \\
+ *                     \codestr{disabled} or \codestr{sloppy}. \\
  *  \var{unsqueeze} & (boolean) Auto-unsqueeze transients/menus/queries/etc. \\
  *  \var{autoraise} & (boolean) Autoraise regions in groups on goto. \\
  * \end{tabularx}
@@ -118,6 +118,7 @@ void ioncore_set(ExtlTab tab)
             ioncore_g.no_mousefocus=TRUE;
         else if(strcmp(tmp, "sloppy")==0)
             ioncore_g.no_mousefocus=FALSE;
+        free(tmp);
     }
     
     if(extl_table_gets_i(tab, "dblclick_delay", &dd))