diff options
-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 = { |