From 8c6aa4f52d5335029a08faac87dc2612fe83094c Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 11 Jan 2016 16:44:07 +0100 Subject: [PATCH] Typo on GdaExQueryEditor::load_tables_from_xml. --- src/queryeditor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/queryeditor.c b/src/queryeditor.c index d7f3673..4aa0048 100644 --- a/src/queryeditor.c +++ b/src/queryeditor.c @@ -1347,7 +1347,7 @@ gdaex_query_editor_load_tables_from_xml (GdaExQueryEditor *qe, GdaExQueryEditorIWidget *iwidget; - type = xmlGetProp (xnode, (const xmlChar *)"type"); + type = xmlGetProp (cur, (const xmlChar *)"type"); iwidget = NULL; for (i = 0; i < priv->ar_modules->len; i++) -- 2.49.0