From 245669fc34db53bb7ea3df3f77900a302ebfb58e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Sep 2012 18:12:51 +0000 Subject: fix crashing due to missing icon (mga#5223) --- NEWS | 1 + bin/drakinvictus | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1ce559d..cd42015 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- drakinvictus: fix crashing due to missing icon (mga#5223) - drakroam: fix a crash (mga#6847) - use chroot's /etc/resolv.conf if stage1 didn't write any (Derek Jennings, mga#5772) diff --git a/bin/drakinvictus b/bin/drakinvictus index ad6e142..1ae771b 100755 --- a/bin/drakinvictus +++ b/bin/drakinvictus @@ -96,7 +96,7 @@ sub update_ct_sync_state() { gtkadd($w->{window}, gtknew('VBox', spacing => 5, children_tight => [ - $::isEmbedded ? () : Gtk2::Banner->new('invictus-52', $title), + $::isEmbedded ? () : Gtk2::Banner->new('invictus-32', $title), gtknew('WrappedLabel', text => N("This tool allows to set up network interfaces failover and firewall replication.")), gtknew('Frame', border_width => 5, text => N("Network redundancy (leave empty if interface is not used)"), -- cgit v1.2.1