[empathy] Reduce line length.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Reduce line length.
- Date: Tue, 20 Jul 2010 23:23:53 +0000 (UTC)
commit c922fe784e177fa328f987e0a8cd84b0de10f019
Author: Travis Reitter <treitter gmail com>
Date: Wed Jul 7 20:19:48 2010 -0700
Reduce line length.
libempathy-gtk/empathy-ui-utils.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index 15b5871..fe363bc 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -612,11 +612,12 @@ out:
}
void
-empathy_pixbuf_avatar_from_individual_scaled_async (FolksIndividual *individual,
- gint width,
- gint height,
- EmpathyPixbufAvatarFromIndividualCb callback,
- gpointer user_data)
+empathy_pixbuf_avatar_from_individual_scaled_async (
+ FolksIndividual *individual,
+ gint width,
+ gint height,
+ EmpathyPixbufAvatarFromIndividualCb callback,
+ gpointer user_data)
{
GFile *avatar_file;
PixbufAvatarFromIndividualClosure *closure;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]