[geany/geany-plugins] 1e538c: Fix typo in config key name "open_new_files" (#473)

Enrico Tröger git-noreply at xxxxx
Tue Aug 9 06:06:03 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Tue, 09 Aug 2016 06:06:03 UTC
Commit:      1e538c0b7fdbf5c976d434bc7b6154645afbd06b
             https://github.com/geany/geany-plugins/commit/1e538c0b7fdbf5c976d434bc7b6154645afbd06b

Log Message:
-----------
Fix typo in config key name "open_new_files" (#473)

Closes #469.


Modified Paths:
--------------
    treebrowser/src/treebrowser.c

Modified: treebrowser/src/treebrowser.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1887,7 +1887,7 @@ save_settings(void)
 	g_key_file_set_boolean(config, 	"treebrowser", "show_tree_lines", 		CONFIG_SHOW_TREE_LINES);
 	g_key_file_set_boolean(config, 	"treebrowser", "show_bookmarks", 		CONFIG_SHOW_BOOKMARKS);
 	g_key_file_set_integer(config, 	"treebrowser", "show_icons", 			CONFIG_SHOW_ICONS);
-	g_key_file_set_boolean(config,	"treebrowser", "open_new_file",			CONFIG_OPEN_NEW_FILES);
+	g_key_file_set_boolean(config,	"treebrowser", "open_new_files",		CONFIG_OPEN_NEW_FILES);
 
 	data = g_key_file_to_data(config, NULL, NULL);
 	utils_write_file(CONFIG_FILE, data);



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list