oops indenting
This commit is contained in:
parent
ede531da35
commit
764e0e2866
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ static XrmDatabase loaddb(RrTheme *theme, char *name)
|
||||||
g_free(s);
|
g_free(s);
|
||||||
}
|
}
|
||||||
if (db == NULL) {
|
if (db == NULL) {
|
||||||
char *s = g_build_filename(name, "themerc", NULL);
|
char *s = g_build_filename(name, "themerc", NULL);
|
||||||
if ((db = XrmGetFileDatabase(s)))
|
if ((db = XrmGetFileDatabase(s)))
|
||||||
theme->path = g_path_get_dirname(s);
|
theme->path = g_path_get_dirname(s);
|
||||||
g_free(s);
|
g_free(s);
|
||||||
|
|
Loading…
Reference in a new issue