GNOME Bugzilla – Bug 660774
Avoid having "Name is now known as Name" for every messages.
Last modified: 2011-10-12 14:54:01 UTC
with telepathy-glib 0.15.6 the signal is emitted even when the aliases are not different. Avoid pushing the notifications. Example: http://ompldr.org/vYW10Zw Patch attached.
Created attachment 198070 [details] [review] fix
The patch looks good. Wondering why we have this.pushNotification(this._notification);
(In reply to comment #2) > Wondering why we have this.pushNotification(this._notification); It was an old hack when we were still using DBus instead of tp-glib. It should be able to be removed, now.
Created attachment 198144 [details] [review] telepathyClient: Check for a no-op before pushing an alias change message tp-glib can sometimes emit a notify::alias signal when the alias doesn't actually change. Bail out early instead of pushing an alias change message.
that patch looks good, please merge.
Attachment 198144 [details] pushed as d862c08 - telepathyClient: Check for a no-op before pushing an alias change message
*** Bug 660705 has been marked as a duplicate of this bug. ***