read rc3 as the default file now

This commit is contained in:
Dana Jansens 2002-11-03 12:55:30 +00:00
parent 373de009f7
commit 42e406d09d

View file

@ -107,7 +107,7 @@ Blackbox::Blackbox(int argc, char **m_argv, char *rc)
S_IRGRP | S_IWGRP | S_IXGRP |
S_IROTH | S_IWOTH | S_IXOTH);
if (! rc) rc = "~/.openbox/rc";
if (! rc) rc = "~/.openbox/rc3";
rc_file = expandTilde(rc);
config.setFile(rc_file);