[anjuta] Some trivial fixes in indentation plugins and cpp-java plugin



commit d46ce53ed68554f927a8b89f491b3e6c4f5f3f1e
Author: Moritz LÃdecke <ritze skweez net>
Date:   Fri Jun 22 13:30:30 2012 +0200

    Some trivial fixes in indentation plugins and cpp-java plugin
    
    Fix preferences string in the python and c indentation plugins
    Remove IAnjutaIndenter in the python and cpp-java plugin
    Remove Vala support in cpp-java plugin

 plugins/indentation-c-style/plugin.c               |    2 +-
 plugins/indentation-python-style/plugin.c          |    2 +-
 .../anjuta-language-cpp-java.plugin.in             |    6 +++---
 .../anjuta-language-support-python.plugin.in       |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/plugins/indentation-c-style/plugin.c b/plugins/indentation-c-style/plugin.c
index c70d89c..5baaed8 100644
--- a/plugins/indentation-c-style/plugin.c
+++ b/plugins/indentation-c-style/plugin.c
@@ -613,7 +613,7 @@ ipreferences_unmerge (IAnjutaPreferences* ipref, AnjutaPreferences* prefs,
                       GError** e)
 {
     IndentCPlugin* plugin = ANJUTA_PLUGIN_INDENT_C (ipref);
-    anjuta_preferences_remove_page(prefs, _("Indentation C Style"));
+    anjuta_preferences_remove_page(prefs, _("Indentation"));
     g_object_unref (plugin->bxml);
 }
 
diff --git a/plugins/indentation-python-style/plugin.c b/plugins/indentation-python-style/plugin.c
index 5369b1e..56a0945 100644
--- a/plugins/indentation-python-style/plugin.c
+++ b/plugins/indentation-python-style/plugin.c
@@ -334,7 +334,7 @@ ipreferences_unmerge (IAnjutaPreferences* ipref, AnjutaPreferences* prefs,
 					  GError** e)
 {
 	IndentPythonPlugin* plugin = ANJUTA_PLUGIN_INDENT_PYTHON (ipref);
-	anjuta_preferences_remove_page(prefs, _("Indentation Python Style"));
+	anjuta_preferences_remove_page(prefs, _("Indentation"));
 	g_object_unref (plugin->bxml);
 }
 
diff --git a/plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in b/plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in
index 1c3b75f..775836c 100644
--- a/plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in
+++ b/plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in
@@ -3,9 +3,9 @@ Location=anjuta-language-cpp-java:CppJavaPlugin
 Icon=anjuta-language-cpp-java-plugin.png
 _Name=C++ and Java support Plugin
 _Description=C++ and Java support plugin for code completion, auto-indentation, etc.
-Interfaces=IAnjutaLanguageSupport,IAnjutaIndenter
+Interfaces=IAnjutaLanguageSupport
 UserActivatable=no
 
 [Language Support]
-Languages=C,C++,Java,Vala
-MimeTypes=text/x-c,text/x-java-source,text/x-vala
+Languages=C,C++,Java
+MimeTypes=text/x-c,text/x-java-source
diff --git a/plugins/language-support-python/anjuta-language-support-python.plugin.in b/plugins/language-support-python/anjuta-language-support-python.plugin.in
index 95a3a2b..223c3b3 100755
--- a/plugins/language-support-python/anjuta-language-support-python.plugin.in
+++ b/plugins/language-support-python/anjuta-language-support-python.plugin.in
@@ -3,7 +3,7 @@ Location=anjuta-language-support-python:PythonPlugin
 Icon=anjuta-language-support-python-plugin.png
 _Name=Python support Plugin
 _Description=Python support plugin for code completion etc.
-Interfaces=IAnjutaLanguageSupport,IAnjutaIndenter
+Interfaces=IAnjutaLanguageSupport
 UserActivatable=no
 
 [Language Support]



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