summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/harddrake21
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index b3b2e2728..c32b4d4e6 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -123,6 +123,7 @@ $in = 'interactive'->vnew('su', 'default');
# Build the gui
add_icon_path('/usr/share/pixmaps/harddrake2/');
+$::noBorder = 1;
$w = ugtk2->new(N("Harddrake2 version ") . $harddrake::data::version);
$::main_window = $w->{rwindow} unless $::isEmbedded;
my ($menubar, $factory);