Skip to content

Commit

Permalink
Merge pull request #26 from jpoutiai/remoteheld
Browse files Browse the repository at this point in the history
[telepathy-ring] add missing pointer. Fixes MER#906
  • Loading branch information
jusa committed Apr 21, 2015
2 parents 5f6c270 + e317f84 commit 37ad711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modem/call.c
Expand Up @@ -1389,6 +1389,8 @@ on_propertychanged (DBusGProxy *proxy,
GValue *value,
gpointer user_data)
{
ModemCall *self = MODEM_CALL(user_data);

if (!strcmp (property, "RemoteHeld")) {
g_signal_emit (self, call_signals[SIGNAL_ON_HOLD], 0, g_value_get_boolean (value));
}
Expand Down

0 comments on commit 37ad711

Please sign in to comment.