[empathy] Wrap too long line.
- From: Xavier Claessens <xclaesse src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Wrap too long line.
- Date: Wed, 29 Jul 2009 09:22:31 +0000 (UTC)
commit f5a270ba2b59c64b37ceb730e800bb0db5991c36
Author: Xavier Claessens <xclaesse gmail com>
Date: Fri Jul 24 13:20:35 2009 +0200
Wrap too long line.
libempathy-gtk/empathy-contact-dialogs.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c
index 5636714..0ec8c8e 100644
--- a/libempathy-gtk/empathy-contact-dialogs.c
+++ b/libempathy-gtk/empathy-contact-dialogs.c
@@ -340,7 +340,8 @@ can_add_contact_to_account (EmpathyAccount *account,
return FALSE;
contact_manager = empathy_contact_manager_dup_singleton ();
- result = empathy_contact_manager_get_flags_for_connection (contact_manager, connection) & EMPATHY_CONTACT_LIST_CAN_ADD;
+ result = empathy_contact_manager_get_flags_for_connection (
+ contact_manager, connection) & EMPATHY_CONTACT_LIST_CAN_ADD;
g_object_unref (contact_manager);
return result;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]