[Papyon-bugs] [Bug 31528] content roaming bugs
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 11 08:17:48 PST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=31528
--- Comment #2 from riccardo <c10ud.dev at gmail.com> 2010-11-11 08:17:48 PST ---
--- a/papyon/service/ContentRoaming/scenario/store_profile.py
+++ b/papyon/service/ContentRoaming/scenario/store_profile.py
@@ -57,10 +57,11 @@ class StoreProfileScenario(BaseScenario):
0)
def __update_profile_callback(self):
- if self.display_picture is not None:
+ if self.__display_picture_id is not None and \
+ self.display_picture is not None:
self.__storage.DeleteRelationships(
(self.__delete_relationship_profile_callback,),
this may actually be better, since it allows nick&pm update even when
displaypic is faulty
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the papyon-bugs
mailing list