[POS-commit] r134 - Kiwi4Gazpacho

Lorenzo Gil Sanchez lgs at async.com.br
Tue Mar 15 16:19:55 BRT 2005


Author: lgs
Date: 2005-03-15 16:19:55 -0300 (Tue, 15 Mar 2005)
New Revision: 134

Modified:
   Kiwi4Gazpacho/ChangeLog
   Kiwi4Gazpacho/kiwi2.py
   Kiwi4Gazpacho/kiwi2.xml
Log:
	* kiwi2.xml: add a libglade-module attribute since that is used now
	for writing the 'requires' tag

	* kiwi2.py: change the order of the arguments in the update_editor
	methods since that was changed in Gazpacho

Modified: Kiwi4Gazpacho/ChangeLog
===================================================================
--- Kiwi4Gazpacho/ChangeLog	2005-03-14 21:46:50 UTC (rev 133)
+++ Kiwi4Gazpacho/ChangeLog	2005-03-15 19:19:55 UTC (rev 134)
@@ -1,3 +1,11 @@
+2005-03-15  Lorenzo Gil Sanchez  <lgs at sicem.biz>
+
+	* kiwi2.xml: add a libglade-module attribute since that is used now
+	for writing the 'requires' tag
+
+	* kiwi2.py: change the order of the arguments in the update_editor
+	methods since that was changed in Gazpacho
+
 2005-03-10  Lorenzo Gil Sanchez  <lgs at sicem.biz>
 
 	* Kiwi4Gazpacho/kiwi2.py: 

Modified: Kiwi4Gazpacho/kiwi2.py
===================================================================
--- Kiwi4Gazpacho/kiwi2.py	2005-03-14 21:46:50 UTC (rev 133)
+++ Kiwi4Gazpacho/kiwi2.py	2005-03-15 19:19:55 UTC (rev 134)
@@ -39,7 +39,7 @@
         return combo
         
     
-    def update_editor(self, combo, kiwiwidget, proxy, context):
+    def update_editor(self, context, combo, kiwiwidget, proxy):
         connection_id = combo.get_data('connection-id')
         if (connection_id != -1):
             combo.disconnect(connection_id)
@@ -72,7 +72,7 @@
         button.set_data('connection-id', -1)
         return button
 
-    def update_editor(self, button, kiwilist, proxy, context):
+    def update_editor(self, context, button, kiwilist, proxy):
         connection_id = button.get_data('connection-id')
         if (connection_id != -1):
             button.disconnect(connection_id)

Modified: Kiwi4Gazpacho/kiwi2.xml
===================================================================
--- Kiwi4Gazpacho/kiwi2.xml	2005-03-14 21:46:50 UTC (rev 133)
+++ Kiwi4Gazpacho/kiwi2.xml	2005-03-15 19:19:55 UTC (rev 134)
@@ -1,5 +1,8 @@
 <?xml version="1.0"?>
-<glade-catalog name="kiwi2" library="kiwi2" resource-path="/home/lgs/Kiwi4Gazpacho">
+<glade-catalog name="kiwi2"
+               library="kiwi2"
+               libglade-module="Kiwi2.Widgets"
+               resource-path="/home/lgs/Kiwi4Gazpacho">
   <glade-widget-classes>
     <glade-widget-class name="Kiwi2+Widgets+List+List"
                         generic-name="kiwilist"



More information about the POS-commit mailing list