Package: scanmem / 0.16-1

Metadata

Package Version Patches format
scanmem 0.16-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gui use go jump icon.patch | (download)

gui/GameConqueror.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 gui: replace icon 'gtk-jump-to' with 'go-jump'

The icon name 'gtk-jump-to' is deprecated. A symlink to the real
icon file name ('go-jump') is used. On Debian Stretch with GTK 3.22
the 'gtk-jump-to' symlink has been removed so that the icon is not
shown in the hexview.

So replace that icon name with 'go-jump'.

Fixes: 655e283debcf ("GameConqueror.xml: Replace GtkImage:stock with 'icon-name'")
Fixes #236