From f7b0c532aafb2dfeb6868ea72cfbf031a4d9173e Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Sun, 2 Nov 2008 23:29:09 +0000 Subject: [PATCH] Fix build by readding accidentally removed '}'. * src/ui/theme-parser.c: Fix build by readding accidentally removed '}'. svn path=/trunk/; revision=4010 --- ChangeLog | 5 +++++ src/ui/theme-parser.c | 1 + 2 files changed, 6 insertions(+) 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,