GNOME Bugzilla – Bug 665017
telepathyClient: Fix fallout from Lang.Class port
Last modified: 2012-01-25 07:13:51 UTC
this.parent was ported from calling the parent class's method like MessageTray.Notification.prototype._init.call(this, ...);. When porting to Lang.Class, the 'this' parameter is now passed automatically, but removing it was forgot in a few places. Fix these places.
Created attachment 202277 [details] [review] telepathyClient: Fix fallout from Lang.Class port
Review of attachment 202277 [details] [review]: Looks good
Attachment 202277 [details] pushed as 0c19f71 - telepathyClient: Fix fallout from Lang.Class port