[anjuta] libanjuta: set the info for the default value of a property



commit 2145792d43d68fc46c1e4d54c222e5f61558107b
Author: Abderrahim Kitouni <a kitouni gmail com>
Date:   Wed Dec 21 15:07:37 2011 +0100

    libanjuta: set the info for the default value of a property

 libanjuta/anjuta-project.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libanjuta/anjuta-project.c b/libanjuta/anjuta-project.c
index 1cbb9f2..036d26e 100644
--- a/libanjuta/anjuta-project.c
+++ b/libanjuta/anjuta-project.c
@@ -151,6 +151,8 @@ anjuta_project_property_info_new (const gchar *id,
 	info->property = property;
 	info->user_data = user_data;
 
+	info->property->info = info;
+
 	return info;
 }
 



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