From 5baf65e653089ac7a0c07824856a989c5056d6a3 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 3 Apr 2009 19:13:30 +0000 Subject: [PATCH] Work around a Windows Zenmap crash reported by Henry Nymann. It is caused by a GTK+ bug: http://bugzilla.gnome.org/show_bug.cgi?id=552681 The workaround, to use a gtk.Notebook with tabs on top rather than on the side, was suggested by Guilherme Polo. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 61eb9a83d..1f6e2e405 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] Worked around a GTK+ bug on Windows reported by Henry Nymann. + It caused a crash when opening the Hosts Viewer on a host that had OS + information. A window appeared saying simply "Runtime Error!". [David] + o [Zenmap] Gracefully handle unrecognized port states in the hosts viewer. Apparently old versions of Nmap can return a state of "unknown". This prevents this crash: