diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ugtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/ugtk.pm b/perl-install/ugtk.pm index 90f76ff03..ed8f6ea2a 100644 --- a/perl-install/ugtk.pm +++ b/perl-install/ugtk.pm @@ -500,6 +500,7 @@ sub gtkicons_labels_widget { my $cursor_normal = new Gtk::Gdk::Cursor 68; foreach (@$args) { my $label = $_->[0]; + die "$label 's icon is missing" unless $exec_hash->{$label}; my $dbl_area; my $darea = new Gtk::DrawingArea; my ($icon, undef) = gtkcreate_png($_->[1]); |