Re: Minutes of the GTK+ Team Meeting - 2011-01-25

2011-01-25 Thread Tristan Van Berkom
On Tue, 2011-01-25 at 17:57 -0500, Matthias Clasen wrote: > Minutes [...] > • cell layout initialization I was not going to waste my energy *again* by participating in this awful discussion that I heard roomers was taking place at 6:60am this morning during the meeting (yes I was not yet asleep).

Re: Minutes of the GTK+ Team Meeting - 2011-01-25

2011-01-25 Thread Matthias Clasen
Minutes • overriding icons (css equivalent for gtkrc stock icons) ∘ it is possible to do override stock icons by relying on the fallback to icon-theme and prepending to the icon theme path ∘ some stock functionality (per-state, per-text-direction variants) not available in this way ∘ -> punt

gtk_tree_model_sort_real_unref_node and gtk_tree_model_filter_real_unref node critical

2011-01-25 Thread Nicolas Soubeiran
Hello all, I'm writing a binding for GTK+ to use the GtkTreeView. I sometime have, when I select a row in a GtkTreeView that display a sorted-filtered model (i.e the model displayed is a GtkTreeModelSort whose child is a GtkTreeModelFilter whose child is a GtkListStore) 2 GTK-Critical : gtk_tree_mo