Index: geshifilter.filtertips.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geshifilter/geshifilter.filtertips.inc,v
retrieving revision 1.1.2.3
diff -u -p -u -p -r1.1.2.3 geshifilter.filtertips.inc
--- geshifilter.filtertips.inc	1 May 2008 17:01:02 -0000	1.1.2.3
+++ geshifilter.filtertips.inc	13 Feb 2009 00:48:36 -0000
@@ -22,7 +22,7 @@ function _geshifilter_filter_tips($delta
     list($generic_code_tags, $language_tags, $tag_to_lang) = _geshifilter_get_tags($format);
     // get the available languages
     $languages = _geshifilter_get_enabled_languages();
-    $lang_attributes = _geshifilter_whitespace_explode(GESHIFILTER_ATTRIBUTES_LANGUAGE);
+    $lang_attributes = _geshifilter_whitespace_explode(variable_get('geshifilter_attributes_language', GESHIFILTER_ATTRIBUTES_LANGUAGE));
 
     // syntax highlighting tags
     $output = '<p>'. t('Syntax highlighting of source code can be enabled with the following tags:') .'</p>';
Index: geshifilter.pages.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geshifilter/geshifilter.pages.inc,v
retrieving revision 1.3.2.7
diff -u -p -u -p -r1.3.2.7 geshifilter.pages.inc
--- geshifilter.pages.inc	1 May 2008 19:41:08 -0000	1.3.2.7
+++ geshifilter.pages.inc	13 Feb 2009 00:48:36 -0000
@@ -20,7 +20,7 @@ function _geshifilter_parse_attributes($
   // Get the possible tags and languages.
   list($generic_code_tags, $language_tags, $tag_to_lang) = _geshifilter_get_tags($format);
 
-  $language_attributes = _geshifilter_whitespace_explode(GESHIFILTER_ATTRIBUTES_LANGUAGE);
+  $language_attributes = _geshifilter_whitespace_explode(variable_get('geshifilter_attributes_language', GESHIFILTER_ATTRIBUTES_LANGUAGE));
   $attributes_preg_string = implode('|', array_merge(
     $language_attributes,
     array(GESHIFILTER_ATTRIBUTE_LINE_NUMBERING, GESHIFILTER_ATTRIBUTE_LINE_NUMBERING_START, GESHIFILTER_ATTRIBUTE_FANCY_N)
