hamster-applet r716 - trunk/hamster



Author: tbaugis
Date: Sat Feb 14 11:39:37 2009
New Revision: 716
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=716&view=rev

Log:
disabling eds until we figure out bug 571503

Modified:
   trunk/hamster/eds.py

Modified: trunk/hamster/eds.py
==============================================================================
--- trunk/hamster/eds.py	(original)
+++ trunk/hamster/eds.py	Sat Feb 14 11:39:37 2009
@@ -28,6 +28,12 @@
     pass
 
 def get_eds_tasks():
+    # the development version of evolution API causes whole thing to hang
+    # http://bugzilla.gnome.org/show_bug.cgi?id=571503
+    # disabling until we get some solution.
+    print "INFO: Not importing evolution tasks, see http://bugzilla.gnome.org/show_bug.cgi?id=571503";
+    return [] 
+    
     if EDS_AVAILABLE == False:
         return []
     



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