tazweb diff README @ rev 57

Add populate_menu_cb and connection to have custom contextual menu items
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 22 01:43:51 2011 +0200 (2011-04-22)
parents 020cf8b6e14e
children 8961264a6475
line diff
     1.1 --- a/README	Tue Apr 19 01:12:28 2011 +0200
     1.2 +++ b/README	Fri Apr 22 01:43:51 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  ================================================================================