edje: fix back edje_watch.

@fix

Thanks Thanatermesis for reporting the issue.
This commit is contained in:
Cedric BAIL 2015-05-14 19:00:04 +02:00
parent 0d6563df6e
commit 6b702af161
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ read_watch_file(const char *file)
}
else
{
path = eina_stringshare_add_length(ln->start, ln->length - 1);
path = eina_stringshare_add_length(ln->start, ln->length);
}
if (do_append)
r = eina_list_append(r, eio_monitor_add(path));