]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/menunew.pl
html menĂ¼ rewrite v1
[mfinanz.git] / bin / mozilla / menunew.pl
index 751164e6c769e95865ed77c58697ecdaf3fe37c1..a1f9a8f2d0169102906a7a4a1696150167fc3879 100644 (file)
@@ -152,6 +152,9 @@ sub _icon_path {
 
   $size ||= 16;
 
-  return "image/icons/${size}x${size}/$label";
+  my $img = "image/icons/${size}x${size}/$label";
+
+  return unless -f $img;
+  return $img;
 }