mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
Always set title_scale_val.
2002-02-11 Anders Carlsson <andersca@gnu.org> * src/theme-parser.c (parse_toplevel_element): Always set title_scale_val.
This commit is contained in:
parent
dffad0e982
commit
a2d4594e19
@ -1,3 +1,8 @@
|
|||||||
|
2002-02-11 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* src/theme-parser.c (parse_toplevel_element): Always set
|
||||||
|
title_scale_val.
|
||||||
|
|
||||||
2002-02-11 Bastien Nocera <hadess@hadess.net>
|
2002-02-11 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* src/theme-viewer.c: (main): change default theme to be Atlanta
|
* src/theme-viewer.c: (main): change default theme to be Atlanta
|
||||||
|
@ -776,7 +776,6 @@ parse_toplevel_element (GMarkupParseContext *context,
|
|||||||
if (has_title) /* only if explicit, otherwise inherit */
|
if (has_title) /* only if explicit, otherwise inherit */
|
||||||
info->layout->has_title = has_title_val;
|
info->layout->has_title = has_title_val;
|
||||||
|
|
||||||
if (title_scale)
|
|
||||||
info->layout->title_scale = title_scale_val;
|
info->layout->title_scale = title_scale_val;
|
||||||
|
|
||||||
meta_theme_insert_layout (info->theme, name, info->layout);
|
meta_theme_insert_layout (info->theme, name, info->layout);
|
||||||
|
Loading…
Reference in New Issue
Block a user