Commit c2d7d28
committed
mate-xapp-status-applet.py: Don't use theme.has_icon() - not all
usable icons are in themes.
Icon files in /usr/share/xpm will not show up in theme.has_icon(),
but will still be found when creating a GtkThemedIcon (or otherwise
using the icon name).
There's not much point in this check anyhow - if the icon really
doesn't exist, there will still be a fallback icon shown.
Fixes linuxmint/mint-x-icons#209.1 parent 0bd3683 commit c2d7d28
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
202 | | - | |
| 200 | + | |
| 201 | + | |
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
| |||
0 commit comments