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) --- bin/drakinvictus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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