Re: Segmentation fault debug help needed

2009-03-06 Thread Emmanuel Rodriguez
I think that you want to connect to the signal "destroy-event" of GtkWidget instead of "destroy" of GObject. See: http://library.gnome.org/devel/gtk/unstable/GtkObject.html#GtkObject-destroy http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#GtkWidget-destroy-event On Fri, Feb 27, 2009 a

Segmentation fault debug help needed

2009-03-06 Thread Josh Roesslein
Here is a snippet of code part of my application's UI toolkit abstraction layer. For some reason the line of code I've marked is throwing a segmentation fault and I'm a bit stumped as to why. I'm thinking the way I'm passing the "this" pointer might have something to do with the error. If you need