[POS-commit] r183 - in Kiwi2: . gazpacho-plugin

Daniel Saran R. da Cunha daniel at async.com.br
Tue Mar 22 21:16:19 BRT 2005


Author: daniel
Date: 2005-03-22 21:16:19 -0300 (Tue, 22 Mar 2005)
New Revision: 183

Modified:
   Kiwi2/ChangeLog
   Kiwi2/gazpacho-plugin/kiwi2.xml
Log:
	* gazpacho-plugin/kiwi2.xml: disabled hadjustment and vadjustment
	properties on the List since they are ScrollWindow properties that
	do not make sense with the list.

Modified: Kiwi2/ChangeLog
===================================================================
--- Kiwi2/ChangeLog	2005-03-22 23:52:51 UTC (rev 182)
+++ Kiwi2/ChangeLog	2005-03-23 00:16:19 UTC (rev 183)
@@ -1,3 +1,9 @@
+2001-11-26  Daniel Saran R. da Cunha  <daniel at async.com.br>
+
+	* gazpacho-plugin/kiwi2.xml: disabled hadjustment and vadjustment
+	properties on the List since they are ScrollWindow properties that
+	do not make sense with the list.
+
 2005-03-22  Lorenzo Gil Sanchez  <lgs at sicem.biz>
 
 	* gazpacho-plugin/kiwi2.py (DataTypeAdaptor.create_editor): handle

Modified: Kiwi2/gazpacho-plugin/kiwi2.xml
===================================================================
--- Kiwi2/gazpacho-plugin/kiwi2.xml	2005-03-22 23:52:51 UTC (rev 182)
+++ Kiwi2/gazpacho-plugin/kiwi2.xml	2005-03-23 00:16:19 UTC (rev 183)
@@ -20,6 +20,9 @@
           </editor>
 
         </property>
+        <property id="hadjustment" disabled="True"/>
+        <property id="vadjustment" disabled="True"/>
+
       </properties>
     </glade-widget-class>
 



More information about the POS-commit mailing list