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");