Skip to content

Commit

Permalink
Telephony: fix new call to static function
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Jan 5, 2019
1 parent d670121 commit 01f0fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/plugins/telephony.js
Expand Up @@ -239,7 +239,7 @@ var Plugin = GObject.registerClass({
if (packet.body.phoneNumber) {
action = {
name: 'legacyReply',
parameter: new GLib.Variant.full_pack(packet)
parameter: GLib.Variant.full_pack(packet)
};
}

Expand Down

0 comments on commit 01f0fc4

Please sign in to comment.