aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-07-09 05:41:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-07-09 05:41:22 +0000
commit4ea170df2f8f33710df5b29e9ba8fa9d45969e0a (patch)
tree38cf6f41530b55ff5929b332429ad663bd34517e
parent7aead36ec9c4363217fbadb362c04ba73b5f90ff (diff)
downloadrpmdrake-4ea170df2f8f33710df5b29e9ba8fa9d45969e0a.tar
rpmdrake-4ea170df2f8f33710df5b29e9ba8fa9d45969e0a.tar.gz
rpmdrake-4ea170df2f8f33710df5b29e9ba8fa9d45969e0a.tar.bz2
rpmdrake-4ea170df2f8f33710df5b29e9ba8fa9d45969e0a.tar.xz
rpmdrake-4ea170df2f8f33710df5b29e9ba8fa9d45969e0a.zip
use the standalone module (for both logs and the license text in the about
dialog)
-rwxr-xr-xrpmdrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index 4bfabb87..ba721053 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -30,6 +30,7 @@ use common;
use POSIX qw(_exit);
use URPM;
use utf8;
+use standalone;
BEGIN { #- we want to run this code before the Gtk->init of the use-my_gtk
my $basename = sub { local $_ = shift; s|/*\s*$||; s|.*/||; $_ };