From a6aaabe62c3651169dda9a1a34bcec64dad4ee92 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 May 2007 23:54:04 +0000 Subject: change the --config-file to --config, which works differently.. change the _OPENBOX_RC root property to _OPENBOX_CONFIG which is also different. --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index b305e685..a413411a 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -284,7 +284,7 @@ gboolean screen_annex() supported[i++] = prop_atoms.openbox_wm_state_undecorated; supported[i++] = prop_atoms.openbox_pid; - supported[i++] = prop_atoms.openbox_rc; + supported[i++] = prop_atoms.openbox_config; supported[i++] = prop_atoms.openbox_control; g_assert(i == num_support); -- cgit v1.2.3