62a8fc
diff -up nmap-5.50/zenmap/zenmapGUI/App.py.bz637403 nmap-5.50/zenmap/zenmapGUI/App.py
62a8fc
--- nmap-5.50/zenmap/zenmapGUI/App.py.bz637403	2011-01-21 01:04:51.000000000 +0100
62a8fc
+++ nmap-5.50/zenmap/zenmapGUI/App.py	2011-02-07 13:01:36.275314680 +0100
62a8fc
@@ -179,7 +179,7 @@ def install_excepthook():
62a8fc
         # produces a warning, but the lack of a display eventually causes a
62a8fc
         # segmentation fault. See http://live.gnome.org/PyGTK/WhatsNew210.
62a8fc
         import warnings
62a8fc
-        warnings.filterwarnings("error", module = "gtk")
62a8fc
+        warnings.filterwarnings("error", module = "gtk", append=True)
62a8fc
         import gtk
62a8fc
         warnings.resetwarnings()
62a8fc