2010-03-19 09:16:42 +01:00
|
|
|
--- Window-Maker-5a2507602c48/WINGs/wfontpanel.c
|
|
|
|
+++ Window-Maker-5a2507602c48/WINGs/wfontpanel.c
|
|
|
|
@@ -585,7 +585,7 @@
|
2007-01-15 23:50:36 +01:00
|
|
|
int i;
|
|
|
|
|
|
|
|
pat = FcPatternCreate();
|
|
|
|
- os = FcObjectSetBuild(FC_FAMILY, FC_STYLE, 0);
|
|
|
|
+ os = FcObjectSetBuild(FC_FAMILY, FC_STYLE, NULL);
|
|
|
|
fs = FcFontList(0, pat, os);
|
|
|
|
if (!fs) {
|
|
|
|
WMRunAlertPanel(scr, panel->win, _("Error"),
|