From 87ffd01fc3b2158271cec8042b17121bb181de51 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Fri, 18 Sep 2009 11:05:56 +0200 Subject: [PATCH] Load Gtk2 before calling clutter init and don't call Gtk2's init --- bindings/perl/Champlain/examples/image.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/Champlain/examples/image.pl b/bindings/perl/Champlain/examples/image.pl index 3d1fde8..80c2a9c 100755 --- a/bindings/perl/Champlain/examples/image.pl +++ b/bindings/perl/Champlain/examples/image.pl @@ -15,8 +15,8 @@ use strict; use warnings; use Glib qw(TRUE FALSE); +use Gtk2; use Clutter qw(-threads-init -init); -use Gtk2 qw(-init); use Champlain; use LWP::UserAgent; -- 2.39.5