From f0e6f8b371075349a11bffee0fd90b89510710c8 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Tue, 13 Sep 2011 15:02:55 +0200 Subject: [PATCH] Correzione in SolipaUtils::gtktreemodel_copy. --- src/utils.c | 4 ++++ 1 file changed, 4 insertions(+) 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))) -- 2.49.0