Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37818541
en ru br
ALT Linux repos
S:0.12-alt4
5.0: 0.12-alt3
4.1: 0.12-alt2
4.0: 0.10-alt1

Group :: Development/Perl
RPM: podbrowser

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: podbrowser-0.10-alt-Gtk2_init.patch
Download


Fix Gtk2 init
--- ./podbrowser.pl	2006-08-10 19:28:07 +0400
+++ ./podbrowser.pl	2006-08-10 19:28:41 +0400
@@ -5,7 +5,7 @@
 # as Perl itself.
 use File::Basename qw(dirname);
 use File::Temp qw(tempdir tempfile);
-use Gtk2 -init;
+use Gtk2;
 use Gtk2::GladeXML 1.001;
 use Gtk2::Pango;
 use Gtk2::Ex::Simple::List;
@@ -19,6 +19,8 @@
 use HTML::Entities qw(encode_entities_numeric);
 use strict;
 
+INIT { Gtk2->init; };
+
 ### set up global variables:
 my $NAME		= 'PodBrowser';
 my $VERSION		= '0.12';
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin