#767046 icon path in menu file incorrect

Package:
lshw-gtk
Source:
lshw
Description:
graphical information about hardware configuration
Submitter:
dann frazier
Date:
2014-10-28 00:45:06 UTC
Severity:
normal
#767046#5
Date:
2014-10-28 00:42:28 UTC
From:
To:
The menu file still points to a .xpm file, whereas lshw-gtk is now
landing a .svg file:

dannf@fluid:~$ tr ' ' '\n' <  /usr/share/menu/lshw-gtk | grep icon
icon="/usr/share/pixmaps/lshw-gtk.xpm"
dannf@fluid:~$ file /usr/share/pixmaps/lshw-gtk.xpm
/usr/share/pixmaps/lshw-gtk.xpm: cannot open `/usr/share/pixmaps/lshw-gtk.xpm' (No such file or directory)
dannf@fluid:~$ dpkg -L lshw-gtk | grep /usr/share/pixmaps
/usr/share/pixmaps
/usr/share/pixmaps/lshw-gtk.svg
dannf@fluid:~$