[libchamplain: 27/39] Load Gtk2 before calling clutter init and don't call Gtk2's init



commit 87ffd01fc3b2158271cec8042b17121bb181de51
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date:   Fri Sep 18 11:05:56 2009 +0200

    Load Gtk2 before calling clutter init and don't call Gtk2's init

 bindings/perl/Champlain/examples/image.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]