Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37858307
en ru br
ALT Linux repositórios
S:0.7.6-alt1.git1f402a5
5.0: 0.7.5-alt1
4.1: 0.7.4-alt1
4.0: 0.7.4-alt1
3.0:
+backports:0.7.5-alt0.M30.2

Group :: Segurança/Rede
RPM: tinyca2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: tinyca2-0.7.2-alt-Gtk2_init.patch
Download


Fix Gtk2 init
--- ./tinyca2	2006-04-23 21:33:59 +0400
+++ ./tinyca2	2006-04-23 21:36:29 +0400
@@ -23,7 +23,7 @@
 
 use strict;
 
-use Gtk2 '-init';
+use Gtk2;
 
 use MIME::Base64;
 
@@ -45,6 +45,8 @@
 use KEY;
 use TCONFIG;
 
+INIT { Gtk2->init; }
+
 setlocale(LC_MESSAGES, "");
 bindtextdomain("tinyca2", "/usr/share/locale/");
 textdomain("tinyca2");
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009