[libgda/LIBGDA_4.0] Correction to GdaDataSelect



commit 274b5f737286c6b7510cd45d0a61500205ec562f
Author: Vivien Malerba <malerba gnome-db org>
Date:   Fri Oct 9 21:30:07 2009 +0200

    Correction to GdaDataSelect
    
    after a merge done too quickly from the
    master branch

 libgda/gda-data-select.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda/gda-data-select.c b/libgda/gda-data-select.c
index 3792974..a9e9bf6 100644
--- a/libgda/gda-data-select.c
+++ b/libgda/gda-data-select.c
@@ -2875,8 +2875,8 @@ gda_data_select_append_values (GdaDataModel *model, const GList *values, GError
 	g_free (sql);
 #endif
 
-	if (! imodel->priv->sh->modif_internals->one_row_select_stmt) {
-		imodel->priv->sh->modif_internals->one_row_select_stmt =
+	if (! imodel->priv->modif_internals->one_row_select_stmt) {
+		imodel->priv->modif_internals->one_row_select_stmt =
 			compute_single_select_stmt (imodel, error);
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]