From 5bf718d6083f65ef35b36cf3997875ce0cca554b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Jan 2005 09:04:00 +0000 Subject: we always have force_focus when we have !$::isStandalone, so do it that way and get rid of $ugtk2::force_focus --- perl-install/Xconfig/test.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/Xconfig/test.pm') diff --git a/perl-install/Xconfig/test.pm b/perl-install/Xconfig/test.pm index ced26c141..524530bef 100644 --- a/perl-install/Xconfig/test.pm +++ b/perl-install/Xconfig/test.pm @@ -105,7 +105,6 @@ sub test { Gtk2->init; gtkset_background(200 * 257, 210 * 257, 210 * 257); - $ugtk2::force_focus = 1; my $text = Gtk2::Label->new; my $time = 12; Glib::Timeout->add(1000, sub { -- cgit v1.2.1