GnomeAbout
- From: Pascal <evilynux yahoo com>
- To: gtk-perl-list gnome org
- Subject: GnomeAbout
- Date: Thu, 3 Jul 2003 17:41:13 +0200 (CEST)
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]