[PALEMOON] Fix gtk conditional in shared branding

This commit is contained in:
NTD 2018-04-14 17:59:41 -04:00 committed by Roy Tam
commit 9617ae4781

View file

@ -38,7 +38,7 @@ def ApplicationBranding():
'dsstore',
'firefox.icns',
]
elif CONFIG['MOZ_WIDGET_GTK']:
elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
BRANDING_FILES += [
'default16.png',
'default32.png',