mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #98] [MERGED] Fix for blank dialog icons in standard dialogs on GTK backend #151
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/98
Author: @klugier
Created: 9/26/2022
Status: ✅ Merged
Merged: 9/30/2022
Merged by: @mirek-fidler
Base:
master← Head:klugier/fix-dialog-icons-gtk📝 Commits (4)
dc3f47bCtrlLib: Dialog icons are now loaded correctly for newer GTK version.bdc8831CtrlLib: if loading dialog icon failed do not replace image.652b245.cosmetics7c26e7d.cosmetic in comment📊 Changes
1 file changed (+24 additions, -11 deletions)
View changed files
📝
uppsrc/CtrlLib/ChGtk3.cpp(+24 -11)📄 Description
Since GTK version 3.10 icons names for dialog elements such as information, warning, error and exclamations has been deprecated. On newest version our current loading approach doesn't work at all. To eliminate the issue we need new theme string for GTK version 3.10 and above.
What's new:
We can remove if statment completly if we do not want to support GTK priori to version 3.10. 3.10 version was release on 2013-09-23. There is very little chances that some distribution are using it even with long term support.
Information about deprecation can be find here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.