[POS-commit] r99 - in Kiwi2: . Kiwi2

Lorenzo Gil Sanchez lgs at async.com.br
Thu Mar 10 14:08:52 BRT 2005


Author: lgs
Date: 2005-03-10 14:08:51 -0300 (Thu, 10 Mar 2005)
New Revision: 99

Modified:
   Kiwi2/ChangeLog
   Kiwi2/Kiwi2/Views.py
Log:
	* Kiwi2/Views.py (find_in_gladepath): fixed a typo

Modified: Kiwi2/ChangeLog
===================================================================
--- Kiwi2/ChangeLog	2005-03-10 17:07:45 UTC (rev 98)
+++ Kiwi2/ChangeLog	2005-03-10 17:08:51 UTC (rev 99)
@@ -1,5 +1,7 @@
 2005-03-10  Lorenzo Gil Sanchez  <lgs at sicem.biz>
 
+	* Kiwi2/Views.py (find_in_gladepath): fixed a typo
+
 	* examples/* adapt examples to work with the new changes
 	
 	* Kiwi2/Controllers.py: don't use string module and ListType and

Modified: Kiwi2/Kiwi2/Views.py
===================================================================
--- Kiwi2/Kiwi2/Views.py	2005-03-10 17:07:45 UTC (rev 98)
+++ Kiwi2/Kiwi2/Views.py	2005-03-10 17:08:51 UTC (rev 99)
@@ -29,7 +29,7 @@
 """
 import os, string, re, sys
 
-from Kiwi2 import _warn, get_glade_path
+from Kiwi2 import _warn, get_gladepath
 from Kiwi2.initgtk import _non_interactive, gtk, gobject, quit_if_last
 from Kiwi2.Proxies import Proxy
 
@@ -40,7 +40,7 @@
 def find_in_gladepath(filename):
     """Looks in gladepath for the file specified"""
 
-    gladepath = get_glade_path()
+    gladepath = get_gladepath()
     
     # check to see if gladepath is a list or tuple
     if not isinstance(gladepath, (tuple, list)):



More information about the POS-commit mailing list