[anjuta] language-support-vala: Fix gsettings name



commit 1eb261cdc00e796ae4245fc1bfdfbcb360b78370
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Dec 27 10:04:16 2010 +0100

    language-support-vala: Fix gsettings name

 plugins/language-support-vala/provider.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/language-support-vala/provider.vala b/plugins/language-support-vala/provider.vala
index b812f33..d02a707 100644
--- a/plugins/language-support-vala/provider.vala
+++ b/plugins/language-support-vala/provider.vala
@@ -25,7 +25,7 @@ public class ValaProvider : Object, IAnjuta.Provider {
 
 	const string PREF_AUTOCOMPLETE_ENABLE = "cpp-completion-enable";
 	const string PREF_SPACE_AFTER_FUNC = "cpp-completion-space-after-func";
-	const string PREF_BRACE_AFTER_FUNC = "cpp-code-brace-after-func";
+	const string PREF_BRACE_AFTER_FUNC = "cpp-completion-brace-after-func";
 	internal const string PREF_CALLTIP_ENABLE = "cpp-calltip-enable";
 
 	static construct {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]