viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit ecdf80adf11a92e662112b86fbc29d340e38c3aa
parent 434792cf1efeb9f2cfcbc7cb67c891ffed955d1e
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Tue, 25 Sep 2012 21:04:45 -0600

update name

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -776,7 +776,7 @@ setup_config(App_Data *ad, int argc, char **argv) dirlen = snprintf(path, sizeof(path), "%s/.config/viking", home); if (dirlen >= sizeof(path)) - ERR("Path is too long: %s/.config/eve", home); + ERR("Path is too long: %s/.config/viking", home); if (!ecore_file_mkpath(path)) ERR("Could not create %s", path);