diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-02 17:01:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-02 17:01:14 +0000 |
commit | cc0f6cb4ccc3658c4fc87e7592667a5ee9d4fe57 (patch) | |
tree | 58b6b1a0ae1d633802bf60ff2e1c93b747b02f83 /perl-install/standalone | |
parent | f6ff7c688b2e138958730aeb4177667bbd44fdff (diff) | |
download | drakx-cc0f6cb4ccc3658c4fc87e7592667a5ee9d4fe57.tar drakx-cc0f6cb4ccc3658c4fc87e7592667a5ee9d4fe57.tar.gz drakx-cc0f6cb4ccc3658c4fc87e7592667a5ee9d4fe57.tar.bz2 drakx-cc0f6cb4ccc3658c4fc87e7592667a5ee9d4fe57.tar.xz drakx-cc0f6cb4ccc3658c4fc87e7592667a5ee9d4fe57.zip |
saner
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/logdrake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index e9c960f82..4c4342558 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -24,6 +24,7 @@ use strict; use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' +use c; use common; use interactive; use mygtk2 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version |