From 1c82ead814a66075e98fffdf152652452b4dda34 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Tue, 3 Jan 2012 01:11:07 +0000 Subject: More deprecated GtkTooltips (bzr r10827) --- src/ui/widget/licensor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/widget/licensor.cpp') diff --git a/src/ui/widget/licensor.cpp b/src/ui/widget/licensor.cpp index 7caf732a4..28b140036 100644 --- a/src/ui/widget/licensor.cpp +++ b/src/ui/widget/licensor.cpp @@ -82,11 +82,11 @@ Licensor::~Licensor() if (_eentry) delete _eentry; } -void Licensor::init (Gtk::Tooltips& tt, Registry& wr) +void Licensor::init (Registry& wr) { /* add license-specific metadata entry areas */ rdf_work_entity_t* entity = rdf_find_entity ( "license_uri" ); - _eentry = EntityEntry::create (entity, tt, wr); + _eentry = EntityEntry::create (entity, wr); LicenseItem *i; wr.setUpdating (true); -- cgit v1.2.3