- make sure we have the right number of nodes

SVN revision: 30397
This commit is contained in:
Dan Sinclair 2007-06-18 18:01:37 +00:00 committed by Dan Sinclair
parent 274206e9fb
commit 4182b76087
1 changed files with 6 additions and 0 deletions

View File

@ -199,6 +199,12 @@ ef_cb_efreet_data_dirs(void)
i = 0;
tmp = efreet_data_dirs_get();
if (ecore_list_nodes(tmp) != 2)
{
printf("efreet_data_dirs_get() nodes is differnet from expected default\n");
ret = 0;
}
ecore_list_goto_first(tmp);
while ((val = ecore_list_next(tmp)))
{