Do the program remove the treeviews columns at its end? I have a button to remove, but it works perfectly. Maybe I appended a column in a treeview in the wrong way? Checking...
Arthur 2007/1/30, Paul Davis <[EMAIL PROTECTED]>: > On 1/30/07, Arthur Maciel <[EMAIL PROTECTED]> wrote: > > > Nothing is popping out of the page, but here are a couple things to look > > > at: > > > > > > First and foremost, go through the valgrind data and make sure you're > > > not writing to random places in memory. I'm guessing thats whats > > > happening here. > > > > I'll take a look. I bet on this. > > > > > Another possibility is if you're binding smart pointers to a signal. > > > There's been discussions on the list before about funny behavior in > > > that situation. > > > > I don't think so. The only smart pointers are for the ListStore Models. > > > > This is crashing when removing a treeview column... > #10 0xb7ae3c69 in gtk_tree_view_remove_column () from > /usr/lib/libgtk-x11-2.0.so.0 > > > > HTH, > > > Paul > > For sure! > > > > Arthur > > > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
