summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/logdrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/logdrake')
-rwxr-xr-xperl-install/standalone/logdrake10
1 files changed, 9 insertions, 1 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake
index 72bedfc45..8fbc4ca2a 100755
--- a/perl-install/standalone/logdrake
+++ b/perl-install/standalone/logdrake
@@ -23,8 +23,10 @@
use POSIX;
use Gtk;
use lib qw(/usr/lib/libDrakX);
+
+use standalone; #- warning, standalone must be loaded very first, for 'explanations'
+
use interactive;
-use standalone;
use any;
use Config;
use my_gtk qw(:helpers :wrappers);
@@ -409,6 +411,12 @@ sub destroy_window {
# log
# $Log$
+# Revision 1.3 2002/01/18 20:22:20 gc
+# - write the 'common' part of the 'explanations' stuff,
+# with nice help from Pixel for the tough Perl part
+# - move 'use standalone' up in all standalone apps,
+# to comply to 'explanations'
+#
# Revision 1.2 2001/12/18 17:31:48 yduret
# fix console mode : exit now
#