diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-07-08 14:56:32 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-07-08 14:56:32 +0000 |
commit | ef4bb77fdd831d3f37639826f0304f06c73ac679 (patch) | |
tree | cdc622f2da49a7a2572680597aff9dea90ad4dac | |
parent | e55c5b93c2bc86e364acdb7f91d87f7df83d0df7 (diff) | |
download | mgaonline-ef4bb77fdd831d3f37639826f0304f06c73ac679.tar mgaonline-ef4bb77fdd831d3f37639826f0304f06c73ac679.tar.gz mgaonline-ef4bb77fdd831d3f37639826f0304f06c73ac679.tar.bz2 mgaonline-ef4bb77fdd831d3f37639826f0304f06c73ac679.tar.xz mgaonline-ef4bb77fdd831d3f37639826f0304f06c73ac679.zip |
- isStandalone added to center interactive windows.
-rwxr-xr-x | mdkonline | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ use MIME::Base64 qw(encode_base64); use Sys::Hostname; use my_gtk qw(:helpers :wrappers :ask); +$::isStandalone = 1; + my $in = 'interactive'->vnew('su', 'default'); #------------------------------------------------------------- |