From f6b0a33fd286c190814fb9e6c835f27552ad3186 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 14 Dec 2010 18:54:20 +0000 Subject: make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. svn path=/trunk/netsurf/; revision=11055 --- gtk/gtk_hotlist.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gtk/gtk_hotlist.h') diff --git a/gtk/gtk_hotlist.h b/gtk/gtk_hotlist.h index 22dc0a45f..b2477bc9f 100644 --- a/gtk/gtk_hotlist.h +++ b/gtk/gtk_hotlist.h @@ -27,7 +27,12 @@ extern GtkWindow *wndHotlist; -void nsgtk_hotlist_init(void); +/** + * Initialise the gtk specific hotlist (bookmarks) display. + * + * \param glade_hotlist_file_location the path to the glade file for the hotlist + */ +bool nsgtk_hotlist_init(const char *glade_hotlist_file_location); void nsgtk_hotlist_destroy(void); #endif /* __NSGTK_HOTLIST_H__ */ -- cgit v1.2.3