From 624e9bf53cc5cc40fc82b58287c005fda1886e00 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 27 Jun 2003 11:42:14 +0000 Subject: calling Gtk2->set_locale at each ugtk2 object creation should be unneeded (Gtk2->init initializes internationalization stuff of Gtk2), and it breaks my setlocale call in rpmdrake --- perl-install/ugtk2.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 6f9bd29f6..03fd0f1c6 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -774,8 +774,6 @@ add_icon_path(@icon_paths, sub new { my ($type, $title, %opts) = @_; - Gtk2->set_locale; - my $o = bless { %opts }, $type; $o->_create_window($title); while (my $e = shift @tempory::objects) { $e->destroy } -- cgit v1.2.1