From 95baf65858e03ff8d9357a7d4decf829fdadd3d0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 20 Feb 2010 19:01:51 +0000 Subject: delayed Gtk2 init (no DISPLAY variable needed) diff --git a/rhimport.pl b/rhimport.pl index 5c3b2ca..12dd902 100755 --- a/rhimport.pl +++ b/rhimport.pl @@ -6,7 +6,7 @@ use strict; use Getopt::Long; use DBI; -use Gtk2 -init; +use Gtk2; use Gtk2::GladeXML; my $DBHOST = "airplay"; @@ -68,6 +68,8 @@ if($LISTALLOWED) { ## GUI mode if(!$M3U) { + Gtk2->init; + my $guixml = Gtk2::GladeXML->new('rhimport.glade'); $guixml or die "can't load glade xml file"; -- cgit v0.10.2