[libchamplain: 28/39] Port to Clutter 1.0
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libchamplain: 28/39] Port to Clutter 1.0
- Date: Mon, 21 Sep 2009 16:26:05 +0000 (UTC)
commit 4c2589179a10604c17a4bedad869753b18e34daf
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date: Fri Sep 18 11:10:53 2009 +0200
Port to Clutter 1.0
Clutter::Texture::Clone is now Clutter::Clone.
bindings/perl/Champlain/examples/flickr.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bindings/perl/Champlain/examples/flickr.pl b/bindings/perl/Champlain/examples/flickr.pl
index 29c5b11..18099d2 100755
--- a/bindings/perl/Champlain/examples/flickr.pl
+++ b/bindings/perl/Champlain/examples/flickr.pl
@@ -136,7 +136,7 @@ sub flickr_photos_search_callback {
my $longitude = $photo_node->getAttribute('longitude');
# Add a marker for the image
- my $icon = Clutter::Texture::Clone->new($data->{icon});
+ my $icon = Clutter::Clone->new($data->{icon});
my $marker = Champlain::Marker->new_with_image($icon);
$marker->set_position($latitude, $longitude);
$data->{layer}->add($marker);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]