mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
rcxml,theme: update info() message
This commit is contained in:
parent
8cf6b4203e
commit
678d327d6f
2 changed files with 2 additions and 2 deletions
|
|
@ -364,7 +364,7 @@ rcxml_read(const char *filename)
|
||||||
warn("cannot read (%s)", rcxml);
|
warn("cannot read (%s)", rcxml);
|
||||||
goto no_config;
|
goto no_config;
|
||||||
}
|
}
|
||||||
info("reading config file (%s)", rcxml);
|
info("read config file (%s)", rcxml);
|
||||||
buf_init(&b);
|
buf_init(&b);
|
||||||
while (getline(&line, &len, stream) != -1) {
|
while (getline(&line, &len, stream) != -1) {
|
||||||
char *p = strrchr(line, '\n');
|
char *p = strrchr(line, '\n');
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ theme_read(const char *theme_name)
|
||||||
theme_builtin();
|
theme_builtin();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
info("reading themerc (%s)", themerc);
|
info("read themerc (%s)", themerc);
|
||||||
while (getline(&line, &len, stream) != -1) {
|
while (getline(&line, &len, stream) != -1) {
|
||||||
char *p = strrchr(line, '\n');
|
char *p = strrchr(line, '\n');
|
||||||
if (p) {
|
if (p) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue