[libgda] GdaConfig: fixed property ID



commit 3ea17148359517c974dc1302cc29ec4238493cde
Author: Vivien Malerba <malerba gnome-db org>
Date:   Mon Sep 3 21:57:25 2012 +0200

    GdaConfig: fixed property ID

 libgda/gda-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-config.c b/libgda/gda-config.c
index 9672865..a0af3ae 100644
--- a/libgda/gda-config.c
+++ b/libgda/gda-config.c
@@ -256,7 +256,7 @@ gda_config_class_init (GdaConfigClass *klass)
 	 * File to use for system-wide DSN list. When changed, the whole list of DSN will be reloaded.
 	 */
 	/* To translators: DSN stands for Data Source Name, it's a named connection string defined in $PREFIX/etc/libgda-5.0/config */
-	g_object_class_install_property (object_class, PROP_USER_FILE,
+	g_object_class_install_property (object_class, PROP_SYSTEM_FILE,
                                          g_param_spec_string ("system-filename", NULL,
 							      "File to use for system-wide DSN list", 
 							      NULL,



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