diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-10 17:15:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-10 17:15:08 +0000 |
commit | d7759908b432ca8fd8942622ce4aa85a28354000 (patch) | |
tree | 5cb2ab2799311ecbc22e943496a5ac146145ac61 /perl-install/Xconfig | |
parent | 30b77de5ca55825dfe10e129491756d8435751f4 (diff) | |
download | drakx-d7759908b432ca8fd8942622ce4aa85a28354000.tar drakx-d7759908b432ca8fd8942622ce4aa85a28354000.tar.gz drakx-d7759908b432ca8fd8942622ce4aa85a28354000.tar.bz2 drakx-d7759908b432ca8fd8942622ce4aa85a28354000.tar.xz drakx-d7759908b432ca8fd8942622ce4aa85a28354000.zip |
- XFdrake test is not standalone, it is the non install nor standalone state
(used when there is no window manager)
- get rid of now unused $ugtk2::force_center
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r-- | perl-install/Xconfig/test.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/Xconfig/test.pm b/perl-install/Xconfig/test.pm index 6f81d75d0..ced26c141 100644 --- a/perl-install/Xconfig/test.pm +++ b/perl-install/Xconfig/test.pm @@ -98,7 +98,6 @@ sub test { use common; $::prefix = "%s"; - $::isStandalone = 1; lang::bindtextdomain(); @@ -106,7 +105,6 @@ sub test { Gtk2->init; gtkset_background(200 * 257, 210 * 257, 210 * 257); - $ugtk2::force_center = 1; $ugtk2::force_focus = 1; my $text = Gtk2::Label->new; my $time = 12; |