diff options
author | Timo Sirainen <cras@irssi.org> | 2001-07-05 23:16:18 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-07-05 23:16:18 +0000 |
commit | 2ddba459c056798e4c5aa715b4d01546b18b79e2 (patch) | |
tree | d5bb7c29d3d4099f9fb1fac831e8ebfd5c7f061f /src/core/settings.c | |
parent | 3eca46285932a5412e1191e8c0d29609f2a72c74 (diff) | |
download | irssi-2ddba459c056798e4c5aa715b4d01546b18b79e2.zip |
Moved location of config, theme and doc files. Added debian dir for building a .deb easily.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1607 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/settings.c')
-rw-r--r-- | src/core/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.c b/src/core/settings.c index 0169b268..d2482106 100644 --- a/src/core/settings.c +++ b/src/core/settings.c @@ -500,7 +500,7 @@ static CONFIG_REC *parse_configfile(const char *fname) else { /* user configuration file not found, use the default one from sysconfdir */ - path = SYSCONFDIR"/irssi/config"; + path = SYSCONFDIR"/irssi.conf"; if (stat(path, &statbuf) != 0) { /* no configuration file in sysconfdir .. use the build-in configuration */ |