From af6a2cd2e032db417bb0423be5aaf73b94ff17c2 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Thu, 17 Aug 2006 19:20:13 +0000 Subject: Fix nsgtk choices window. I have no idea why it worked before. svn path=/trunk/netsurf/; revision=2858 --- gtk/gtk_gui.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gtk/gtk_gui.c') diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c index c6ade174f..1abdba87f 100644 --- a/gtk/gtk_gui.c +++ b/gtk/gtk_gui.c @@ -116,9 +116,6 @@ void gui_init(int argc, char** argv) nsgtk_throbber_initialise("./gtk/throbber.gif"); - gladeWindows = glade_xml_new("./gtk/netsurf.glade", NULL, NULL); - wndChoices = glade_xml_get_widget(gladeWindows, "wndChoices"); - find_resource(buf, "Choices", "Choices"); LOG(("Using '%s' as Choices file", buf)); options_file_location = strdup(buf); -- cgit v1.2.3