From 754b0c0c73d42dc85ba04f8bb0a7220c0f6a2ca9 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sun, 23 Jul 2006 18:26:11 +0000 Subject: Initial code to support usable Choices window in nsgtk. Unsupported choices are currently greyed out. Additionally, only the home page URL is current saved when Apply is clicked. svn path=/trunk/netsurf/; revision=2792 --- gtk/gtk_window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtk_window.c') diff --git a/gtk/gtk_window.c b/gtk/gtk_window.c index e42df1c1f..0a263f949 100644 --- a/gtk/gtk_window.c +++ b/gtk/gtk_window.c @@ -23,6 +23,7 @@ #include "netsurf/gtk/gtk_gui.h" #include "netsurf/gtk/gtk_plotters.h" #include "netsurf/gtk/gtk_window.h" +#include "netsurf/gtk/gtk_options.h" #include "netsurf/render/box.h" #include "netsurf/render/font.h" #include "netsurf/render/form.h" -- cgit v1.2.3