hamster-applet r717 - branches/gnome-2-26/hamster



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

Log:
disabling eds until we figure out bug 571503

Modified:
   branches/gnome-2-26/hamster/eds.py

Modified: branches/gnome-2-26/hamster/eds.py
==============================================================================
--- branches/gnome-2-26/hamster/eds.py	(original)
+++ branches/gnome-2-26/hamster/eds.py	Sat Feb 14 11:40:33 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]