mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
4c9bfecac5
commit
f7b0c532aa
@ -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
|
||||
|
@ -1366,6 +1366,7 @@ parse_distance (GMarkupParseContext *context,
|
||||
_("Distance \"%s\" is unknown"), name);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
parse_aspect_ratio (GMarkupParseContext *context,
|
||||
|
Loading…
Reference in New Issue
Block a user