diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-10-01 04:09:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-10-01 04:09:36 +0000 |
commit | 4c71a924bcf7550b6ddb792d35dbe60961659500 (patch) | |
tree | cd346e8b359a1403428eae5c24cf7809edc86c33 /perl-install/standalone | |
parent | beac2966bbad446ef71df6e1d035a41d6976b946 (diff) | |
download | drakx-4c71a924bcf7550b6ddb792d35dbe60961659500.tar drakx-4c71a924bcf7550b6ddb792d35dbe60961659500.tar.gz drakx-4c71a924bcf7550b6ddb792d35dbe60961659500.tar.bz2 drakx-4c71a924bcf7550b6ddb792d35dbe60961659500.tar.xz drakx-4c71a924bcf7550b6ddb792d35dbe60961659500.zip |
do not show banner when embedded
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakups | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index ed70d59a6..a624f73a6 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -315,7 +315,7 @@ if (!$::isEmbedded) { my $_msg = N("Welcome to the UPS configuration tools"); $w->{window}->add(gtkpack_(Gtk2::VBox->new, - 0, Gtk2::Banner->new('drakups', N("DrakUPS")), + if_(!$::isEmbedded, 0, Gtk2::Banner->new('drakups', N("DrakUPS"))), 1, my $nb = Gtk2::Notebook->new, 0, create_okcancel(my $oc = { |