Re: GtkBuilder bugs

2011-09-05 Thread Bernhard Schuster
2011/9/5 Tristan Van Berkom : > On Mon, Sep 5, 2011 at 12:43 PM, Michal Suchanek wrote: >> On 5 September 2011 11:29, Tristan Van Berkom wrote: >>> On Mon, Sep 5, 2011 at 10:49 AM, Michal Suchanek >>> wrote: On 4 September 2011 12:32, Tristan Van Berkom wrote: > Its a bug that needs t

Re: GtkBuilder bugs

2011-09-05 Thread Tristan Van Berkom
On Mon, Sep 5, 2011 at 12:43 PM, Michal Suchanek wrote: > On 5 September 2011 11:29, Tristan Van Berkom wrote: >> On Mon, Sep 5, 2011 at 10:49 AM, Michal Suchanek wrote: >>> On 4 September 2011 12:32, Tristan Van Berkom wrote: Its a bug that needs to be fixed in Glade. You can re

Re: GtkBuilder bugs

2011-09-05 Thread Michal Suchanek
On 5 September 2011 11:29, Tristan Van Berkom wrote: > On Mon, Sep 5, 2011 at 10:49 AM, Michal Suchanek wrote: >> On 4 September 2011 12:32, Tristan Van Berkom wrote: >>> Its a bug that needs to be fixed in Glade. >>> >>> You can remove the line that says n-rows safely fwiw >> >> I don't think t

Re: GtkBuilder bugs

2011-09-05 Thread Tristan Van Berkom
On Mon, Sep 5, 2011 at 10:49 AM, Michal Suchanek wrote: > On 4 September 2011 12:32, Tristan Van Berkom wrote: >> Its a bug that needs to be fixed in Glade. >> >> You can remove the line that says n-rows safely fwiw > > I don't think that an extra property would break the widget, the > warning sh

Re: GtkBuilder bugs

2011-09-05 Thread Michal Suchanek
On 4 September 2011 12:32, Tristan Van Berkom wrote: > Its a bug that needs to be fixed in Glade. > > You can remove the line that says n-rows safely fwiw I don't think that an extra property would break the widget, the warning should be harmless. > > On Sun, Sep 4, 2011 at 1:41 AM, Bernhard Sch

Re: GtkBuilder bugs

2011-09-04 Thread Tristan Van Berkom
Its a bug that needs to be fixed in Glade. You can remove the line that says n-rows safely fwiw Cheers, -Tristan On Sun, Sep 4, 2011 at 1:41 AM, Bernhard Schuster wrote: > I am using a gtk-builder file for my application, which uses a Grid > widget for layouting. When I run the application,

GtkBuilder bugs

2011-09-03 Thread Bernhard Schuster
I am using a gtk-builder file for my application, which uses a Grid widget for layouting. When I run the application, I read this: Gtk-WARNING **: Unknown property: GtkGrid.n-rows and the grid is not shown (nor its contents) Thanks for any tips Regards Bernhard Schuster