Fix build by readding accidentally removed '}'.

* src/ui/theme-parser.c: Fix build by readding accidentally removed
	'}'.


svn path=/trunk/; revision=4010
This commit is contained in:
Olav Vitters 2008-11-02 23:29:09 +00:00
parent 4c9bfecac5
commit f7b0c532aa
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-11-03 Olav Vitters <olav@bkor.dhs.org>
* src/ui/theme-parser.c: Fix build by readding accidentally removed
'}'.
2008-10-29 Thomas Thurman <tthurman@gnome.org>
* src/ui/theme-parser.c: variable names in messages should be

View File

@ -1366,6 +1366,7 @@ parse_distance (GMarkupParseContext *context,
_("Distance \"%s\" is unknown"), name);
return;
}
}
static void
parse_aspect_ratio (GMarkupParseContext *context,