Don't try to set up the old About box, which no longer exists.

svn path=/trunk/netsurf/; revision=4761
This commit is contained in:
Rob Kendrick 2008-07-26 21:54:22 +00:00
parent 4b10eeaf4d
commit aae686d90a
2 changed files with 0 additions and 9 deletions

View File

@ -294,15 +294,6 @@ void gui_init(int argc, char** argv)
urldb_load_cookies(option_cookie_file);
wndAbout = GTK_WINDOW(glade_xml_get_widget(gladeWindows, "wndAbout"));
gtk_label_set_text(GTK_LABEL(
glade_xml_get_widget(gladeWindows, "labelVersion")),
netsurf_version);
gtk_image_set_from_file(GTK_IMAGE(
glade_xml_get_widget(gladeWindows, "imageLogo")),
find_resource(buf, "netsurf-logo.png", "netsurf-logo.png"));
fontdesc = pango_font_description_from_string("Monospace 8");
gtk_widget_modify_font(GTK_WIDGET(
glade_xml_get_widget(gladeWindows, "textviewGPL")), fontdesc);
wndWarning = GTK_WINDOW(glade_xml_get_widget(gladeWindows, "wndWarning"));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB