diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-04 23:25:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-04 23:25:36 +0000 |
commit | 9804b03db290d27eb4d3485a5fb83b683ee557d6 (patch) | |
tree | bad054614d41a457785c26eb2bae92c246ca50e5 /perl-install/standalone/harddrake2 | |
parent | 941286437778eeb33c6dcc36cc70190f9a3f2635 (diff) | |
download | drakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar drakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar.gz drakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar.bz2 drakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar.xz drakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.zip |
$::noBorder is deprecated (it was the same as !$::isInstall)
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 1 |
1 files changed, 0 insertions, 1 deletions
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); |