From 4c71a924bcf7550b6ddb792d35dbe60961659500 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 1 Oct 2004 04:09:36 +0000 Subject: do not show banner when embedded --- perl-install/standalone/drakups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') 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 = { -- cgit v1.2.1