I ever have this situation (in glade 3.4.5), my solution is: by copying it's parent window into a new window, let say you copy "main_window" into a new window named "main_window1"... delete the old one (main_window), rename "main_window1" to "main_window". save and try to convert it again... working for me ;p
I noticed another issues in GtkBuilder, when i grab a widget from a converted xml file with GtkBuilder, then set the widget property for example to set it's sensitive: gtk_widget_set_sensitive().. i got GTK_IS_WIDGET(widget) condition failed, i use g_object_set() instead and it's working... -- ajhwb --- [email protected] wrote: From: Tristan Van Berkom <[email protected]> To: "Zeeshan Ali (Khattak)" <[email protected]> Cc: "gtk-app-devel-list: gnome.org" <[email protected]> Subject: Re: Porting UIs to GtkBuilder Date: Tue, 14 Apr 2009 18:35:43 -0400 On Tue, Apr 14, 2009 at 4:50 PM, Zeeshan Ali (Khattak) <[email protected]> wrote: > Hi, > Reading through planet gnome and related mailing-lists recently, I > got the impression that this would be a good time to port my UIs from > libglade usage to GtkBuilder. So following the guidelines on this > page: > > http://library.gnome.org/devel/gtk/stable/gtk-migrating-GtkBuilder.html > > I tried to do so: > http://gitorious.org/projects/gupnp-tools/repos/mainline/commits/e8bb5436aa22009b5b312da5a459324382e889c5 Errr, try converting with Glade 3.6 instead of the conversion script ? Thanks in advance, -Tristan _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list _____________________________________________________________ Listen to KNAC, Hit the Home page and Tune In Live! ---> http://www.knac.com _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
