diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2015-06-23 05:48:50 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2015-06-23 05:48:50 +0000 |
| commit | b8dd2c422d830473e2d609dc1046c90cb51553b3 (patch) | |
| tree | ee38b025b604c88218307b79c1d20c6ae2931d26 /src | |
| parent | Fix for bug #1467601 (Missing undo history label for metadata description). (diff) | |
| download | inkscape-b8dd2c422d830473e2d609dc1046c90cb51553b3.tar.gz inkscape-b8dd2c422d830473e2d609dc1046c90cb51553b3.zip | |
Libcroco. cr-fonts: Fix a bad copy/paste error (already fixed upstream).
Fixed bugs:
- https://launchpad.net/bugs/1434203
(bzr r14212)
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcroco/cr-fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcroco/cr-fonts.c b/src/libcroco/cr-fonts.c index 3c6896ffd..10f26c99c 100644 --- a/src/libcroco/cr-fonts.c +++ b/src/libcroco/cr-fonts.c @@ -768,7 +768,7 @@ cr_font_weight_get_bolder (enum CRFontWeight a_weight) } else if (a_weight < FONT_WEIGHT_NORMAL) { return FONT_WEIGHT_NORMAL ; } else if (a_weight == FONT_WEIGHT_BOLDER - || a_weight == FONT_WEIGHT_BOLDER) { + || a_weight == FONT_WEIGHT_LIGHTER) { cr_utils_trace_info ("FONT_WEIGHT_BOLDER or FONT_WEIGHT_LIGHTER should not appear here") ; return FONT_WEIGHT_NORMAL ; } else { |
