[libgda] Correct declaration of gdaui_entry_shell_refresh_attributes()



commit c84dedc021603db54bb1ec9c0cbdee88f5b0da71
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Apr 6 19:01:04 2010 +0200

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

 libgda-ui/data-entries/gdaui-entry-shell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda-ui/data-entries/gdaui-entry-shell.c b/libgda-ui/data-entries/gdaui-entry-shell.c
index 7072573..c18076f 100644
--- a/libgda-ui/data-entries/gdaui-entry-shell.c
+++ b/libgda-ui/data-entries/gdaui-entry-shell.c
@@ -319,7 +319,7 @@ contents_modified_cb (GdauiEntryShell *shell, gpointer unused)
 }
 
 static void mitem_activated_cb (GtkWidget *mitem, GdauiEntryShell *shell);
-static guint gdaui_entry_shell_refresh_attributes (GdauiEntryShell *shell);
+static GdaValueAttribute gdaui_entry_shell_refresh_attributes (GdauiEntryShell *shell);
 static gint
 event_cb (GtkWidget *widget, GdkEvent *event, GdauiEntryShell *shell)
 {



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