Skip to content
Commit 0c19f71c authored by Jasper St. Pierre's avatar Jasper St. Pierre
Browse files

telepathyClient: Fix fallout from Lang.Class port

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.

https://bugzilla.gnome.org/show_bug.cgi?id=665017
parent 8d6ab32b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment