spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 954bf89417e571969bfdb0916db155a3e19c1747
parent ba75eed19c12c930f85ff9bdffefb691245ec948
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun, 27 Mar 2011 17:16:58 +0800

Change the config file name

Diffstat:
Msrc/spek-preferences.vala | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spek-preferences.vala b/src/spek-preferences.vala @@ -40,7 +40,7 @@ namespace Spek { languages[0,1] = _("(system default)"); file_name = Path.build_filename (Environment.get_user_config_dir (), "spek"); DirUtils.create_with_parents (file_name, 0755); - file_name = Path.build_filename (file_name, "config.ini"); + file_name = Path.build_filename (file_name, "preferences"); this.key_file = new KeyFile (); try { key_file.load_from_file (file_name, KeyFileFlags.NONE);