[anjuta] sourceview: Fix typo in a gschema key name



commit 94b0d109b259ff0614be9a6f251840c51388726a
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Tue Dec 20 20:46:29 2011 +0800

    sourceview: Fix typo in a gschema key name
    
    The source should use "msgman-color-warning" instead of "msgman-color.warning"

 plugins/sourceview/sourceview-prefs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/sourceview/sourceview-prefs.c b/plugins/sourceview/sourceview-prefs.c
index 1ee440c..b456720 100644
--- a/plugins/sourceview/sourceview-prefs.c
+++ b/plugins/sourceview/sourceview-prefs.c
@@ -42,7 +42,7 @@
 #define RIGHTMARGIN_POSITION       "rightmargin-position"
 
 #define MSGMAN_COLOR_ERROR		  "msgman-color-error"
-#define MSGMAN_COLOR_WARNING		  "msgman-color.warning"
+#define MSGMAN_COLOR_WARNING		  "msgman-color-warning"
 
 
 #define FONT_THEME "font-use-theme"



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