From 2704cd9b6ea074388947c18a35ea6f9c6c76caf5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 29 Jul 2008 11:55:58 +0000 Subject: stop setting banner icon now we do not display them anymore --- perl-install/diskdrake/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/diskdrake/interactive.pm') diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index f61f8d316..5cc892a76 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -281,7 +281,7 @@ sub Done { update_bootloader_for_renumbered_partitions($in, $all_hds); if (any { $_->{rebootNeeded} } @{$all_hds->{hds}}) { - $in->ask_warn(N("Partitioning"), N("You need to reboot for the partition table modifications to take place"), icon => 'banner-part'); + $in->ask_warn(N("Partitioning"), N("You need to reboot for the partition table modifications to take place")); tell_wm_and_reboot(); } } -- cgit v1.2.1