If I compile an app with this two lines:

GtkTreeViewColumn *ca;
GtkTreeViewColumn *cb;

When I run the app, I get a Segmentation Fault. *cb isn't used on the
code.

If I compile the app after comenting:

GtkTreeViewColumn *ca;
/*GtkTreeViewColumn *cb;*/

...it runs nicely.

This is wierd.



_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to