Re: [Vala] IOChannel changes?
- From: Jürg Billeter <j bitron ch>
- To: eGore <eGore gmx de>
- Cc: vala-list gnome org
- Subject: Re: [Vala] IOChannel changes?
- Date: Tue, 22 Jan 2008 14:06:04 +0100
Hi Christoph,
On Tue, 2008-01-22 at 13:59 +0100, eGore wrote:
I upgraded from Vala 0.1.5 to 0.1.6 and tried to compile "my"
programs. One of these programs had a line:
IOChannel xyz = IOChannel.file("xyz.txt", "w");
That was a bug in 0.1.5. You're missing `new´ for this creation method.
The following should work fine with 0.1.5 and 0.1.6:
IOChannel xyz = new IOChannel.file("xyz.txt", "w");
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]