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



Author: jstowers
Date: Wed Feb  6 20:22:18 2008
New Revision: 1284
URL: http://svn.gnome.org/viewvc/conduit?rev=1284&view=rev

Log:
2008-02-07  John Stowers  <john stowers gmail com>

	* conduit/modules/GoogleModule/GoogleModule.py: Fix PicasaTwoWay
	set_configuration bug introduced in last commit



Modified:
   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 Feb  6 20:22:18 2008
@@ -656,6 +656,11 @@
             "imageSize" :   self.imageSize,
             "album"     :   self.album})
         return conf
+        
+    def set_configuration(self, config):
+        GoogleBase.set_configuration(self, config)
+        self.imageSize = config.get("imageSize","None")
+        self.album = config.get("album","")
             
     def is_configured (self, isSource, isTwoWay):
         if not GoogleBase.is_configured(self, isSource, isTwoWay):



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