tazweb diff README @ rev 46

Small code clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 19 01:34:35 2011 +0200 (2011-04-19)
parents 020cf8b6e14e
children 8961264a6475
line diff
     1.1 --- a/README	Tue Apr 19 01:12:28 2011 +0200
     1.2 +++ b/README	Tue Apr 19 01:34:35 2011 +0200
     1.3 @@ -47,7 +47,7 @@
     1.4                          G_CALLBACK (mime_type_decision_cb), web_view);
     1.5  
     1.6      * Get user config directory path in $HOME
     1.7 -      home = g_strdup_printf ("%s/.config/tazweb", g_get_home_dir ());
     1.8 +      config = g_strdup_printf ("%s/.config/tazweb", g_get_home_dir ());
     1.9  
    1.10  
    1.11  ================================================================================