[Telepathy-commits] [telepathy-gabble/master] olpc-activity: coding style tweaks
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Sep 26 10:02:44 PDT 2008
20080728124204-7fe3f-d611ac4e9c002e71e0cb84b8d7e08638c425a482.gz
---
src/olpc-activity.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/olpc-activity.c b/src/olpc-activity.c
index b508dd0..3a15cb1 100644
--- a/src/olpc-activity.c
+++ b/src/olpc-activity.c
@@ -76,8 +76,7 @@ gabble_olpc_activity_dispose (GObject *object)
if (priv->dispose_has_run)
return;
- room_repo = tp_base_connection_get_handles (
- (TpBaseConnection *) priv->conn,
+ room_repo = tp_base_connection_get_handles ((TpBaseConnection *) priv->conn,
TP_HANDLE_TYPE_ROOM);
tp_handle_unref (room_repo, self->room);
@@ -296,7 +295,6 @@ gabble_olpc_activity_is_visible (GabbleOlpcActivity *self)
return FALSE;
gv = g_hash_table_lookup (self->properties, "private");
-
if (gv == NULL)
{
return FALSE;
--
1.5.6.5
More information about the Telepathy-commits
mailing list