summaryrefslogtreecommitdiff
path: root/openbox/prop.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-05 23:54:04 +0000
committerDana Jansens <danakj@orodu.net>2007-05-05 23:54:04 +0000
commita6aaabe62c3651169dda9a1a34bcec64dad4ee92 (patch)
tree4e9c69a4d52180f7623fae71324645b014c97481 /openbox/prop.c
parent37875f091d8a19818b6325923a57f6f7f3cd820c (diff)
change the --config-file to --config, which works differently..
change the _OPENBOX_RC root property to _OPENBOX_CONFIG which is also different.
Diffstat (limited to 'openbox/prop.c')
-rw-r--r--openbox/prop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prop.c b/openbox/prop.c
index 9f2d48b4..4d366a59 100644
--- a/openbox/prop.c
+++ b/openbox/prop.c
@@ -163,7 +163,7 @@ void prop_startup()
*/
CREATE(openbox_pid, "_OPENBOX_PID");
- CREATE(openbox_rc, "_OPENBOX_RC");
+ CREATE(openbox_config, "_OPENBOX_CONFIG");
CREATE(openbox_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
CREATE(openbox_control, "_OB_CONTROL");
}