]> Dogcows Code - chaz/openbox/commitdiff
move rc3 to rc.xml
authorDana Jansens <danakj@orodu.net>
Mon, 1 Sep 2003 17:01:21 +0000 (17:01 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 1 Sep 2003 17:01:21 +0000 (17:01 +0000)
Makefile.am
data/rc.xml [moved from data/rc3 with 100% similarity]
parser/parse.c

index 96f3cb19362956ec80b6019f6843947fa441408c..1465e50f1122490778375eeeb436d1eb20abde10 100644 (file)
@@ -258,7 +258,7 @@ dist_thebear_theme_DATA = \
 ## data ##
 
 dist_rc_DATA = \
-       data/rc3 \
+       data/rc.xml \
        data/menu
 
 dist_desktopfiles_DATA = \
similarity index 100%
rename from data/rc3
rename to data/rc.xml
index 8ae2ec93c61326488e373182ac2e0a531f5cb8db..75bc3a3da3a6595cf8ff11c26576f539d8d044fd 100644 (file)
@@ -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;
         }
This page took 0.02764 seconds and 4 git commands to generate.