summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-02-04 23:25:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-02-04 23:25:36 +0000
commit9804b03db290d27eb4d3485a5fb83b683ee557d6 (patch)
treebad054614d41a457785c26eb2bae92c246ca50e5 /perl-install
parent941286437778eeb33c6dcc36cc70190f9a3f2635 (diff)
downloaddrakx-backup-do-not-use-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar
drakx-backup-do-not-use-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar.gz
drakx-backup-do-not-use-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar.bz2
drakx-backup-do-not-use-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar.xz
drakx-backup-do-not-use-9804b03db290d27eb4d3485a5fb83b683ee557d6.zip
$::noBorder is deprecated (it was the same as !$::isInstall)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/standalone.pm1
-rwxr-xr-xperl-install/standalone/harddrake21
2 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index f86e49fd5..7a20f4487 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -12,7 +12,6 @@ if ($::isInstall) {
log::l('backtrace: ' . backtrace());
}
$::isStandalone = 1;
-$::noBorder = 1;
$ENV{SHARE_PATH} ||= "/usr/share";
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 9c9069e48..ab5de9276 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -137,7 +137,6 @@ gtkflush();
# Build the gui
add_icon_path('/usr/share/pixmaps/harddrake2/');
-$::noBorder = 1;
$w = ugtk2->new(N("Harddrake2 version %s", $harddrake::data::version));
local $::main_window; # fake diagnostics pragma
my ($menubar, $factory, $opt_menu, $help_menu);