From: Andrea Zagli Date: Mon, 11 Jan 2016 15:44:07 +0000 (+0100) Subject: Typo on GdaExQueryEditor::load_tables_from_xml. X-Git-Tag: v0.6.0~1^2~13 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=8c6aa4f52d5335029a08faac87dc2612fe83094c;p=libgdaex Typo on GdaExQueryEditor::load_tables_from_xml. --- 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++)