[empathy] empathy-call-window: coding style fix
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] empathy-call-window: coding style fix
- Date: Thu, 28 May 2009 05:11:40 -0400 (EDT)
commit 23c7cd285186313c9f1b3b9b6e3c0eae35eff0d7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu May 28 10:06:21 2009 +0100
empathy-call-window: coding style fix
---
src/empathy-call-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index dd993fc..08c0e7e 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -788,7 +788,7 @@ empathy_call_window_constructed (GObject *object)
/* Retreiving the self avatar */
connection = empathy_contact_get_connection (priv->contact);
- factory = empathy_tp_contact_factory_dup_singleton(connection);
+ factory = empathy_tp_contact_factory_dup_singleton (connection);
empathy_tp_contact_factory_get_from_handle (factory,
tp_connection_get_self_handle (connection),
empathy_call_window_got_self_contact_cb, self, NULL, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]