Re: About Dialog crash...

2006-08-08 Thread tomas
On Tue, Aug 08, 2006 at 05:59:30PM +0200, Enrico wrote: > Hi at all! > > I have a little problem with GtkAboutDialog and this code: > > ___ > void > on_about1_activate (GtkMenuItem *menuitem , gpointer user_data) > { > GtkWidget *about; > > about = glade_xml_get_wid

About Dialog crash...

2006-08-08 Thread Enrico
Hi at all! I have a little problem with GtkAboutDialog and this code: ___ void on_about1_activate (GtkMenuItem *menuitem , gpointer user_data) { GtkWidget *about; about = glade_xml_get_widget (xml, "aboutdialog"); gtk_widget_show (about); } ___