diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-01 17:01:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-01 17:01:21 +0000 |
| commit | cf40ff879161d33f3879c855d0c787d3a335b342 (patch) | |
| tree | 1a05b0cdcb616f82c2fba76ed9a7f7931caebce7 /parser/parse.c | |
| parent | d618c3bc9911ece882761f196ed1685caa200271 (diff) | |
move rc3 to rc.xml
Diffstat (limited to 'parser/parse.c')
| -rw-r--r-- | parser/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/parse.c b/parser/parse.c index 8ae2ec93..75bc3a3d 100644 --- a/parser/parse.c +++ b/parser/parse.c @@ -55,12 +55,12 @@ gboolean parse_load_rc(xmlDocPtr *doc, xmlNodePtr *root) char *path; gboolean r = FALSE; - path = g_build_filename(g_get_home_dir(), ".openbox", "rc3", NULL); + path = g_build_filename(g_get_home_dir(), ".openbox", "rc.xml", NULL); if (parse_load(path, "openbox_config", doc, root)) { r = TRUE; } else { g_free(path); - path = g_build_filename(RCDIR, "rc3", NULL); + path = g_build_filename(RCDIR, "rc.xml", NULL); if (parse_load(path, "openbox_config", doc, root)) { r = TRUE; } |
