diff --git a/ChangeLog b/ChangeLog index fb3e91018..2a1b7f159 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-03 Olav Vitters + + * src/ui/theme-parser.c: Fix build by readding accidentally removed + '}'. + 2008-10-29 Thomas Thurman * src/ui/theme-parser.c: variable names in messages should be diff --git a/src/ui/theme-parser.c b/src/ui/theme-parser.c index aad0aa3d3..98dc16621 100644 --- a/src/ui/theme-parser.c +++ b/src/ui/theme-parser.c @@ -1366,6 +1366,7 @@ parse_distance (GMarkupParseContext *context, _("Distance \"%s\" is unknown"), name); return; } +} static void parse_aspect_ratio (GMarkupParseContext *context,