aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-avatar.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-09-28 19:53:50 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-09-28 19:53:50 +0800
commit1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844 (patch)
treeb45b3e5cd583e5ef9f3353b5ac66ff424baf485d /libempathy/empathy-avatar.c
parent11ae12abf0ac6bb90e5eabb2d205235b0ed08606 (diff)
downloadgsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar
gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.gz
gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.bz2
gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.lz
gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.xz
gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.zst
gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.zip
Remove GnomeProgram, not useful anymore, drop libgnome dependency. Fixes
2007-09-28 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * src/empathy.c: Remove GnomeProgram, not useful anymore, drop libgnome dependency. Fixes bug #442079 * libempathy/empathy-avatar.c: * libempathy/empathy-avatar.h: Fix Copyright header. * libempathy/empathy-contact-factory.c: * libempathy/empathy-tp-group.c: Free return value for async DBus calls, they are not owned by dbus-glib. This fix big leaks, thanks again to valgrind. svn path=/trunk/; revision=330
Diffstat (limited to 'libempathy/empathy-avatar.c')
-rw-r--r--libempathy/empathy-avatar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-avatar.c b/libempathy/empathy-avatar.c
index fe4e613c6..136673110 100644
--- a/libempathy/empathy-avatar.c
+++ b/libempathy/empathy-avatar.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- * Copyright (C) 2002-2007 Imendio AB
+ * Copyright (C) 2006 Xavier Claessens <xclaesse@gmail.com>
+ * Copyright (C) 2007 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -17,8 +18,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Authors: Martyn Russell <martyn@imendio.com>
- * Xavier Claessens <xclaesse@gmail.com>
+ * Authors: Xavier Claessens <xclaesse@gmail.com>
*/
#include "config.h"