mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
tree-wide: use rc.theme instead of server.theme
Having two global pointers to the same struct is redundant.
This commit is contained in:
parent
9550bccef2
commit
d4ad27e636
18 changed files with 46 additions and 52 deletions
|
|
@ -86,8 +86,8 @@ reload_config_and_theme(void)
|
|||
scaled_buffer_invalidate_sharing();
|
||||
rcxml_finish();
|
||||
rcxml_read(rc.config_file);
|
||||
theme_finish(server.theme);
|
||||
theme_init(server.theme, rc.theme_name);
|
||||
theme_finish(rc.theme);
|
||||
theme_init(rc.theme, rc.theme_name);
|
||||
|
||||
#if HAVE_LIBSFDO
|
||||
desktop_entry_finish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue