[libgda] Custom marshaller correction



commit 7b3d48aab44be54f97ae9c066cc616b466ec54a4
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Jan 26 22:44:55 2010 +0100

    Custom marshaller correction

 libgda-ui/marshallers/gdaui-custom-marshal.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda-ui/marshallers/gdaui-custom-marshal.c b/libgda-ui/marshallers/gdaui-custom-marshal.c
index 409549d..2b1ef40 100644
--- a/libgda-ui/marshallers/gdaui-custom-marshal.c
+++ b/libgda-ui/marshallers/gdaui-custom-marshal.c
@@ -90,8 +90,8 @@ _gdaui_marshal_VOID__STRING_SLIST_SLIST (GClosure     *closure,
 	
 	callback (data1,
 		  (gpointer) g_value_get_string (param_values + 1),
-		  g_value_get_boxed (param_values + 2),
-		  g_value_get_boxed (param_values + 3),
+		  g_value_get_pointer (param_values + 2),
+		  g_value_get_pointer (param_values + 3),
 		  data2);
 }
 



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