From 1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 28 Sep 2007 11:53:50 +0000 Subject: Remove GnomeProgram, not useful anymore, drop libgnome dependency. Fixes 2007-09-28 Xavier Claessens * 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 --- libempathy/empathy-avatar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libempathy/empathy-avatar.c') 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 + * 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 - * Xavier Claessens + * Authors: Xavier Claessens */ #include "config.h" -- cgit v1.2.3