<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,5 +6,5 @@ de:
     
   acts_as_category_content:
     error:
-      no_descendants: darf keine Unterkategorien haben
+      no_subcategories: darf keine Unterkategorien haben
       
\ No newline at end of file</diff>
      <filename>config/locale/de.yml</filename>
    </modified>
    <modified>
      <diff>@@ -6,4 +6,4 @@ en:
     
   acts_as_category_content:
     error:
-      no_descendants: must not have subcategories
\ No newline at end of file
+      no_subcategories: must not have subcategories
\ No newline at end of file</diff>
      <filename>config/locale/en.yml</filename>
    </modified>
    <modified>
      <diff>@@ -6,4 +6,4 @@ se:
     
   acts_as_category_content:
     error:
-      no_descendants: m&#229;ste inte har underkategorier
+      no_subcategories: m&#229;ste inte har underkategorier</diff>
      <filename>config/locale/se.yml</filename>
    </modified>
    <modified>
      <diff>@@ -100,11 +100,11 @@ module ActsAsCategoryHelper
       result += &quot;&lt;span class='#{style}'&gt;#{category.name}&lt;/span&gt;&quot;
     elsif category.permitted?
       style = 'color: #0b0;'
-      result += config[:deactivate_links] ? category.name : link_to_remote(category.name, {:update =&gt; config[:update], :url =&gt; config[:url].update({:deny =&gt; category.id})}, {:style =&gt; style})
+      result += config[:deactivate_links] ? category.name : link_to_remote(category.name, {:update =&gt; config[:update], :url =&gt; config[:url].update({:deny =&gt; category.id, :allow =&gt; nil})}, {:style =&gt; style})
     else
       style = 'color: #c00;'
       if category.hidden then
-        result += config[:deactivate_links] ? category.name : link_to_remote(category.name, {:update =&gt; config[:update], :url =&gt; config[:url].update({:allow =&gt; category.id})}, {:style =&gt; style})
+        result += config[:deactivate_links] ? category.name : link_to_remote(category.name, {:update =&gt; config[:update], :url =&gt; config[:url].update({:allow =&gt; category.id, :deny =&gt; nil})}, {:style =&gt; style})
       else
         result += &quot;&lt;span style='#{style}'&gt;#{category.name}&lt;/span&gt;&quot;
       end</diff>
      <filename>lib/acts_as_category_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8d22e8f1a128d61c433b5f7f8f7446d3d6f6064c</id>
    </parent>
  </parents>
  <author>
    <name>Marius Maximus</name>
    <email>nom@ximus.de</email>
  </author>
  <url>http://github.com/funkensturm/acts_as_category/commit/c4abf5781c4b3545af0ca41065451090fc228051</url>
  <id>c4abf5781c4b3545af0ca41065451090fc228051</id>
  <committed-date>2009-02-15T09:48:05-08:00</committed-date>
  <authored-date>2009-02-15T09:48:05-08:00</authored-date>
  <message>localization and minor fix</message>
  <tree>45648da0be8d788ce167d234ce5b5560379cf17e</tree>
  <committer>
    <name>Marius Maximus</name>
    <email>nom@ximus.de</email>
  </committer>
</commit>
