[libgda] Correct declaration of gdaui_entry_wrapper_set_attributes()



commit 9117f0c0382164225668d2fd072c8ccc685d374a
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Apr 6 19:03:09 2010 +0200

    Correct declaration of gdaui_entry_wrapper_set_attributes()
    
    From Halton Huo <halton huo sun com>
    Fixes for https://bugzilla.gnome.org/show_bug.cgi?id=614923

 libgda-ui/data-entries/gdaui-entry-wrapper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda-ui/data-entries/gdaui-entry-wrapper.c b/libgda-ui/data-entries/gdaui-entry-wrapper.c
index bfe5647..5ef8004 100644
--- a/libgda-ui/data-entries/gdaui-entry-wrapper.c
+++ b/libgda-ui/data-entries/gdaui-entry-wrapper.c
@@ -603,7 +603,7 @@ gdaui_entry_wrapper_set_value_default (GdauiDataEntry *iface, const GValue *valu
 }
 
 static void
-gdaui_entry_wrapper_set_attributes (GdauiDataEntry *iface, guint attrs, guint mask)
+gdaui_entry_wrapper_set_attributes (GdauiDataEntry *iface, GdaValueAttribute attrs, guint mask)
 {
 	GdauiEntryWrapper *mgwrap;
 



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