xboard-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XBoard-devel] gtk version


From: Arun Persaud
Subject: Re: [XBoard-devel] gtk version
Date: Tue, 21 Jun 2011 10:17:37 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]