GnomeAbout



This might be off-topic, but i'm wondering if it's gtk2-perl-xs related...
When I display the GnomeAbout once, than close it and come back I get :

(MoviXMaker:3988): Gtk-CRITICAL **: file gtkcontainer.c: line 1274 (gtk_container_foreach):
assertion `GTK_IS_CONTAINER (container)' failed
Usage: Gtk2::main_quit(class) at ./movixmaker-2.pl line 163.

Sometimes, it justs SegFaults...

I've got that before, with gtk-1.2, but I fixed it return 1 when closing the GnomeAbout :

sub on_dialog_close {
  my ($dialog) = @_;
  $dialog->hide;
  return 1;
}


I'm most likely missing something... Any clue ?
 
-Pascal


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]