conduit r1522 - in trunk: . conduit/modules/GoogleModule



Author: johncarr
Date: Wed Jun 18 19:09:31 2008
New Revision: 1522
URL: http://svn.gnome.org/viewvc/conduit?rev=1522&view=rev

Log:
* conduit/modules/GoogleModule/GoogleModule.py:
Fix Contact two way sync (conversion code was trying to 
convert a contact to a '')


Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/conduit/modules/GoogleModule/GoogleModule.py

Modified: trunk/conduit/modules/GoogleModule/GoogleModule.py
==============================================================================
--- trunk/conduit/modules/GoogleModule/GoogleModule.py	(original)
+++ trunk/conduit/modules/GoogleModule/GoogleModule.py	Wed Jun 18 19:09:31 2008
@@ -774,6 +774,7 @@
     _description_ = _("Sync your Gmail contacts")
     _category_ = conduit.dataproviders.CATEGORY_OFFICE
     _module_type_ = "twoway"
+    _in_type_ = "contact"
     _out_type_ = "contact"
     _icon_ = "contact-new"
 



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