From 969eaefc49c177525e0b602150aa430e9c8b1c51 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 6 Sep 2019 20:42:23 +0100 Subject: allow toolbar customisation to open a tab --- frontends/gtk/scaffolding.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontends/gtk/scaffolding.h') diff --git a/frontends/gtk/scaffolding.h b/frontends/gtk/scaffolding.h index 89212a351..42ae6b6be 100644 --- a/frontends/gtk/scaffolding.h +++ b/frontends/gtk/scaffolding.h @@ -145,14 +145,13 @@ void nsgtk_scaffolding_set_sensitivity(struct nsgtk_scaffolding *g); */ void nsgtk_scaffolding_context_menu(struct nsgtk_scaffolding *g, gdouble x, gdouble y); -/* core acessors */ /** * set the title in the window * * \param gw The gui window to set title on * \param title The title to set which may be NULL */ -void nsgtk_window_set_title(struct gui_window *gw, const char *title); +void nsgtk_scaffolding_set_title(struct gui_window *gw, const char *title); #endif /* NETSURF_GTK_SCAFFOLDING_H */ -- cgit v1.2.3