[devhelp/gnome-2-32] Fix prototype of dh_util_state_load_books_disabled()



commit 459d7f54474bd5299e374b2184e74decc91e7f15
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Sep 14 11:20:57 2010 +0100

    Fix prototype of dh_util_state_load_books_disabled()
    
    Spotted by Dominique Leuenberger <dominique-gnomezilla leuenberger net>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629546

 src/dh-util.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dh-util.h b/src/dh-util.h
index 5e3de88..6f126d5 100644
--- a/src/dh-util.h
+++ b/src/dh-util.h
@@ -49,8 +49,8 @@ void         dh_util_state_manage_notebook        (GtkNotebook *notebook,
 void         dh_util_state_set_notebook_page_name (GtkWidget   *page,
                                                    const gchar *page_name);
 const gchar *dh_util_state_get_notebook_page_name (GtkWidget   *page);
-GSList *     dh_util_state_load_disabled_books    (void);
-void         dh_util_state_store_disabled_books   (GSList *disabled_books);
+GSList *     dh_util_state_load_books_disabled    (void);
+void         dh_util_state_store_books_disabled   (GSList *books_disabled);
 
 void         dh_util_font_get_variable            (gchar        **name,
                                                    gdouble       *size,



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