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_widget (xml, "aboutdialog");
>    
>  gtk_widget_show (about);
> 
> }
> ______________________
> 
> If I push the X button of the about_dialog for 2  times the entire 
> application crashes...where is the mistake?

Hm. You put a hard riddle on us ;-)

Are you sure that "about = glade_xml...()" yields something meaningful
in "about"? Where does this mysterious "xml" come from?

One wonders...

Regards
-- tomas
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to