From 40bce742998c694e78cb259835bad24c0effd36b Mon Sep 17 00:00:00 2001 From: david Date: Mon, 8 Nov 2010 21:55:16 +0000 Subject: [PATCH] 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. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index be6fe651b..78846be68 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.