[Telepathy-commits] [telepathy-gabble/master] Coding style: reduce indentation
Will Thompson
will.thompson at collabora.co.uk
Fri Feb 13 08:02:58 PST 2009
---
src/jingle-content.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/jingle-content.c b/src/jingle-content.c
index fa46c8c..9ca4969 100644
--- a/src/jingle-content.c
+++ b/src/jingle-content.c
@@ -131,7 +131,7 @@ gabble_jingle_content_dispose (GObject *object)
* terminated, we'll get disposed without being explicitly removed from
* the session. So, remove the timer here. */
if (priv->timer_id != 0)
- g_source_remove (priv->timer_id);
+ g_source_remove (priv->timer_id);
g_free (priv->name);
priv->name = NULL;
--
1.5.6.5
More information about the telepathy-commits
mailing list