From: Andrea Zagli Date: Tue, 13 Sep 2011 13:02:55 +0000 (+0200) Subject: Correzione in SolipaUtils::gtktreemodel_copy. X-Git-Tag: 0.5.0~34 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=f0e6f8b371075349a11bffee0fd90b89510710c8;p=solipa%2Flibsolipa Correzione in SolipaUtils::gtktreemodel_copy. --- diff --git a/src/utils.c b/src/utils.c index 6be1e4c..8d48408 100644 --- a/src/utils.c +++ b/src/utils.c @@ -536,6 +536,10 @@ GtkTreeModel { model_child = gtk_tree_model_filter_get_model (GTK_TREE_MODEL_FILTER (model)); } + else + { + model_child = NULL; + } if (GTK_IS_LIST_STORE (model) || (model_child != NULL && GTK_IS_LIST_STORE (model_child)))