Hi > I dug a bit deeper and it's not that. It's an issue with the helper program > not testing the correct filename. > > The test: > if (g_file_test (filename, G_FILE_TEST_EXISTS) == FALSE) > > needs replacing with: > if (g_file_test (gladefilename, G_FILE_TEST_EXISTS) == FALSE)
that would be my mistake... sorry about that... Arun
