diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-03 01:11:07 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-03 01:11:07 +0000 |
| commit | 1c82ead814a66075e98fffdf152652452b4dda34 (patch) | |
| tree | 3869812f527dc30a4ece6d43f8fc1feed7cd152d /src/ui/widget/licensor.cpp | |
| parent | Cleanup GSEAL issues and deprecated GtkTooltips (diff) | |
| download | inkscape-1c82ead814a66075e98fffdf152652452b4dda34.tar.gz inkscape-1c82ead814a66075e98fffdf152652452b4dda34.zip | |
More deprecated GtkTooltips
(bzr r10827)
Diffstat (limited to 'src/ui/widget/licensor.cpp')
| -rw-r--r-- | src/ui/widget/licensor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
