Set 'dragable.events_id' to -1 until it's properly implemented.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 19 Sep 2005 20:03:09 +0000 (20:03 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 19 Sep 2005 20:03:09 +0000 (20:03 +0000)
ChangeLog
lib/redact/part.rb

index 09531ecfe09d660e3bf31a7c141d8ee5d8da3e6d..da13ac24a13a412c1bbcf62914c4baa60b02d19c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
 --
-$Id: ChangeLog 67 2005-09-19 19:46:43Z tilman $
+$Id: ChangeLog 68 2005-09-19 20:03:09Z tilman $
 ++
 
 2005-09-19 Tilman Sauerbeck (tilman at code-monkey de)
         * lib/redact/part.rb: Fixed ImageDescription#set_border, which
           used the "right" argument for the "left" border
+        * lib/redact/part.rb: Set "dragable.events_id" to -1 until it's
+          properly implemented
 
 2005-08-25 Tilman Sauerbeck (tilman at code-monkey de)
         * Released version 0.1.4
index 8173e71d51fe0d3484b507cdb44426d9289a65fc..d285c19dba139d61cd8ce5dfcd5613b2bca2b426 100644 (file)
@@ -1,5 +1,5 @@
 #--
-# $Id: part.rb 67 2005-09-19 19:46:43Z tilman $
+# $Id: part.rb 68 2005-09-19 20:03:09Z tilman $
 #
 # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de)
 #
@@ -112,6 +112,7 @@ module Redact
                         "dragable.y" => [@dragable.enabled[1], :char],
                         "dragable.step_y" => [@dragable.step[1]],
                         "dragable.count_y" => [@dragable.count[1]],
+                        "dragable.events_id" => [-1],
                         "dragable.counfine_id" => [confine_id]} # not a typo!
                end