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



Author: jstowers
Date: Sat Aug  2 13:49:27 2008
New Revision: 1634
URL: http://svn.gnome.org/viewvc/conduit?rev=1634&view=rev

Log:
	* conduit/modules/GoogleModule/GoogleModule.py: Load the
	photo dictionary in refresh so that delete works.
	Fixes #545728 (Manuel J. Garrido)


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	Sat Aug  2 13:49:27 2008
@@ -650,6 +650,8 @@
         if not self.loggedIn:
             raise Exceptions.RefreshError("Could not log in")
         self._get_album()
+        if self.galbum:
+            self._get_photos()
 
     def get_all (self):
         Image.ImageTwoWay.get_all(self)



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