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>
|
2008-10-29 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
* src/ui/theme-parser.c: variable names in messages should be
|
* src/ui/theme-parser.c: variable names in messages should be
|
||||||
|
@ -1366,6 +1366,7 @@ parse_distance (GMarkupParseContext *context,
|
|||||||
_("Distance \"%s\" is unknown"), name);
|
_("Distance \"%s\" is unknown"), name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
parse_aspect_ratio (GMarkupParseContext *context,
|
parse_aspect_ratio (GMarkupParseContext *context,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user