Re: [Vala] Bug regarding usage of Gtk Stock IDs
- From: Raffaele Sandrini <rasa gmx ch>
- To: Dominique Würtz <housirer gmx de>
- Cc: vala paldo org
- Subject: Re: [Vala] Bug regarding usage of Gtk Stock IDs
- Date: Wed, 21 Mar 2007 22:19:23 +0100
On Son, 2007-03-11 at 23:09 +0100, Jürg Billeter wrote:
On Mit, 2007-03-07 at 20:28 +0100, Dominique Würtz wrote:
I think I found bug when trying to use Gtk.STOCK_* (and probably other)
constants.
For example,
using Gtk;
public class Test
{
static int main (string[] args) {
string id = Gtk.STOCK_ADD;
}
}
Vala generates C code which refers to GTKSTOCK_ADD.
Thanks for the report, will fix that.
Fixed in SVN revison 258.
Raffaele
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]