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