]> saetta.ns0.it Git - libgdaex/commitdiff
Typo on GdaExQueryEditor::load_tables_from_xml.
authorAndrea Zagli <andrea.zagli@email.it>
Mon, 11 Jan 2016 15:44:07 +0000 (16:44 +0100)
committerAndrea Zagli <andrea.zagli@email.it>
Mon, 11 Jan 2016 15:44:07 +0000 (16:44 +0100)
src/queryeditor.c

index d7f367398c50a932c586009ce486d2b84475ea3f..4aa0048f71a5120090b25653f6cd6781480c1e9b 100644 (file)
@@ -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++)