gyrus r339 - in branches/gyrus-python: . src



Author: csaavedra
Date: Fri Mar 14 18:50:50 2008
New Revision: 339
URL: http://svn.gnome.org/viewvc/gyrus?rev=339&view=rev

Log:
2008-03-14  Claudio Saavedra  <csaavedra alumnos utalca cl>

	* src/gyrus_admin_mailbox.py: (get_list_of_mailbox)
	Use integer types in the treeview. Fixes bug #521001
	(Alejandro ValdÃs)




Modified:
   branches/gyrus-python/ChangeLog
   branches/gyrus-python/src/gyrus_admin_mailbox.py

Modified: branches/gyrus-python/src/gyrus_admin_mailbox.py
==============================================================================
--- branches/gyrus-python/src/gyrus_admin_mailbox.py	(original)
+++ branches/gyrus-python/src/gyrus_admin_mailbox.py	Fri Mar 14 18:50:50 2008
@@ -45,8 +45,7 @@
 	    gtk.gdk.Pixbuf,
 	    gobject.TYPE_STRING,
             gobject.TYPE_INT,
-            gobject.TYPE_INT)
-	
+            gobject.TYPE_INT)	
 	
 	model = admin.treeview_users.get_model()
 	model.clear()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]