diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-17 12:17:20 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-17 12:17:20 +0200 |
commit | dcf1606a70deeb140c2d5479092cf6f55eca2d4b (patch) | |
tree | 082d178b83af020b4bed0008e4ff5ba742550cbc | |
parent | 552672da7c58aefa7d51beb5a941529464e8566f (diff) |
signal-type isn't a property any more
-rw-r--r-- | telepathy-logger/entry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telepathy-logger/entry.c b/telepathy-logger/entry.c index e74abe5bf..2152307f0 100644 --- a/telepathy-logger/entry.c +++ b/telepathy-logger/entry.c @@ -437,7 +437,6 @@ _tpl_entry_set_signal_type (TplEntry *self, g_return_if_fail (TPL_IS_ENTRY (self)); self->priv->signal_type = data; - g_object_notify (G_OBJECT (self), "signal-type"); } /* set just on construction time */ |