[POS-commit] r178 - in Kiwi2: . Kiwi2/Widgets

Lorenzo Gil Sanchez lgs at async.com.br
Tue Mar 22 18:27:43 BRT 2005


Author: lgs
Date: 2005-03-22 18:27:43 -0300 (Tue, 22 Mar 2005)
New Revision: 178

Modified:
   Kiwi2/ChangeLog
   Kiwi2/Kiwi2/Widgets/ComboBox.py
Log:
	* Kiwi2/Widgets/ComboBox.py (ComboBoxEntry.__init__): fixed a typo

Modified: Kiwi2/ChangeLog
===================================================================
--- Kiwi2/ChangeLog	2005-03-22 21:22:05 UTC (rev 177)
+++ Kiwi2/ChangeLog	2005-03-22 21:27:43 UTC (rev 178)
@@ -1,3 +1,7 @@
+2005-03-22  Lorenzo Gil Sanchez  <lgs at sicem.biz>
+
+	* Kiwi2/Widgets/ComboBox.py (ComboBoxEntry.__init__): fixed a typo
+
 2005-03-22  Johan Dahlin  <johan at async.com.br>
 
 	* Kiwi2/Controllers.py:

Modified: Kiwi2/Kiwi2/Widgets/ComboBox.py
===================================================================
--- Kiwi2/Kiwi2/Widgets/ComboBox.py	2005-03-22 21:22:05 UTC (rev 177)
+++ Kiwi2/Kiwi2/Widgets/ComboBox.py	2005-03-22 21:27:43 UTC (rev 178)
@@ -196,7 +196,7 @@
     implementsIProxy()
     
     def __init__(self):
-        gtk.ComboBox.__init__(self)
+        gtk.ComboBoxEntry.__init__(self)
         ComboProxyMixin.__init__(self)
 
         self.set_text_column(0)



More information about the POS-commit mailing list