mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +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:
parent
f91a6868c7
commit
40bce74299
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue