mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 23:54:40 +00: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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user