From 11d81031083e12915ded1b60c83c7a2d0b971020 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 30 Oct 2007 16:20:37 +0000 Subject: Actually set registered = True, again (#4537) --- diff --git a/NEWS b/NEWS index 69cdb11..97b8630 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +* #4537: actually set registered = True (again) (smcv) + Snapshot 25577b1486 * #4027: associate activity debug messages with the relevant activity (smcv) diff --git a/src/buddy.py b/src/buddy.py index 5025f8d..1f7a0ca 100644 --- a/src/buddy.py +++ b/src/buddy.py @@ -988,7 +988,7 @@ class ShellOwner(GenericOwner): """Handle notification that we have been registered""" if value: profile = get_profile() - profile.jabber_registered + profile.jabber_registered = True profile.save() def _icon_changed_cb(self, icon): -- cgit v0.9.1