Bug fix: Copy icon not displayed
authorColin Clark <colin.clark@cclark.uk>
Tue, 9 May 2023 09:27:39 +0000 (10:27 +0100)
committerColin Clark <colin.clark@cclark.uk>
Tue, 9 May 2023 09:27:39 +0000 (10:27 +0100)
commitb350ff66178b0d36b9f6b8a67d42816621a16991
treef1931a65f3d5cfb8f5c7943ff4e7db596a757a01
parent7d76f8f622b175c57283b44c6b018d51522abe9c
Bug fix: Copy icon not displayed

In the Copy dialog, the Copy icon was shown as a broken icon. Reverting
from gtk_image_new_from_icon_name() to gtk_image_new_from_stock() solves
the problem. I do not know why.
src/ui-misc.cc