[hamster-applet/gnome-2-26] Re-enabled evolution task fetching since that has been fixed now



commit dd63f5f93ce04a3f5a25383e6e8185f86eba0b92
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sat Apr 18 18:16:05 2009 +0100

    Re-enabled evolution task fetching since that has been fixed now
---
 hamster/eds.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/hamster/eds.py b/hamster/eds.py
index 8946a3c..9da0433 100644
--- a/hamster/eds.py
+++ b/hamster/eds.py
@@ -28,12 +28,6 @@ except:
     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]