diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-23 12:33:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-23 12:33:13 +0000 |
commit | 6df24018765ea372287248d61e4ac8c37e8a3142 (patch) | |
tree | c10bd8269b46904d71383318e496bcca608a9e73 /net-im/empathy/files | |
parent | Fix makefile to allow parallel compilation. Fixes bug #323065 (diff) | |
download | gentoo-2-6df24018765ea372287248d61e4ac8c37e8a3142.tar.gz gentoo-2-6df24018765ea372287248d61e4ac8c37e8a3142.tar.bz2 gentoo-2-6df24018765ea372287248d61e4ac8c37e8a3142.zip |
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-im/empathy/files')
-rw-r--r-- | net-im/empathy/files/empathy-2.30.1.1-init-gerror.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-im/empathy/files/empathy-2.30.1.1-init-gerror.patch b/net-im/empathy/files/empathy-2.30.1.1-init-gerror.patch deleted file mode 100644 index aba40ac31949..000000000000 --- a/net-im/empathy/files/empathy-2.30.1.1-init-gerror.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 9783f0a3cf1449e2566de295b2ffa1ad17519fdc Mon Sep 17 00:00:00 2001 -From: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> -Date: Tue, 15 Jun 2010 11:17:09 +0000 -Subject: init GError so 'make check' will be happy (#621409) - ---- -diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c -index c5908a8..f616a99 100644 ---- a/libempathy/empathy-dispatcher.c -+++ b/libempathy/empathy-dispatcher.c -@@ -344,7 +344,7 @@ dispatcher_connection_invalidated_cb (TpConnection *connection, - if (connection_data != NULL) - { - GList *l; -- GError *error; -+ GError *error = NULL; - - error = g_error_new_literal (domain, code, message); - --- -cgit v0.8.3.1 |