1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-06 13:36:36 +00:00

Use the new gtk.Tooltip API instead of the deprecated gtk.Tooltips. This is

adated from a patch by Rob Nicholls. Since gtk.Tooltip was only introduced in
PyGTK 2.12, wrap it in a function that checks if the necessary function is
available.
This commit is contained in:
david
2010-11-08 21:55:16 +00:00
parent f91a6868c7
commit 40bce74299

View File

@@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] Upgraded to the newer gtk.Tooltip API to avoid deprecation
messages about gtk.Tooltip. [Rob Nicholls]
o Made everything build with Visual C++ 2010. Thanks to KX for
providing instructions.