[empathy/gnome-2-34] Trivial coding style fix (>80 chars)
- From: Sjoerd Simons <sjoerds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-34] Trivial coding style fix (>80 chars)
- Date: Wed, 23 Feb 2011 17:04:21 +0000 (UTC)
commit e9e2c4e84abfecccd0256bfd5045a508d3c71c94
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Wed Feb 23 16:50:06 2011 +0000
Trivial coding style fix (>80 chars)
src/empathy-event-manager.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index d8cddaf..faf30b8 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -1037,7 +1037,8 @@ approve_channels (TpSimpleApprover *approver,
else if (channel_type == TP_IFACE_QUARK_CHANNEL_TYPE_STREAMED_MEDIA)
{
EmpathyContact *contact;
- EmpathyTpStreamedMedia *call = empathy_tp_streamed_media_new (account, channel);
+ EmpathyTpStreamedMedia *call = empathy_tp_streamed_media_new (account,
+ channel);
approval->handler_instance = G_OBJECT (call);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]