mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -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
|
|
@ -109,7 +109,7 @@ theme_read(const char *theme_name)
|
|||
theme_builtin();
|
||||
return;
|
||||
}
|
||||
info("reading themerc (%s)", themerc);
|
||||
info("read themerc (%s)", themerc);
|
||||
while (getline(&line, &len, stream) != -1) {
|
||||
char *p = strrchr(line, '\n');
|
||||
if (p) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue