public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/empathy/files: empathy-2.30.1.1-init-gerror.patch
@ 2010-06-16  9:08 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-16  9:08 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/16 09:08:16

  Added:                empathy-2.30.1.1-init-gerror.patch
  Log:
  Fix uninitialized GError*s causing tests to break, bug #323751
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-im/empathy/files/empathy-2.30.1.1-init-gerror.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/files/empathy-2.30.1.1-init-gerror.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/files/empathy-2.30.1.1-init-gerror.patch?rev=1.1&content-type=text/plain

Index: empathy-2.30.1.1-init-gerror.patch
===================================================================
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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/empathy/files: empathy-2.30.1.1-init-gerror.patch
@ 2010-06-23 12:33 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-23 12:33 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/23 12:33:13

  Removed:              empathy-2.30.1.1-init-gerror.patch
  Log:
  Version bump
  (Portage version: 2.1.8.3/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-23 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-16  9:08 [gentoo-commits] gentoo-x86 commit in net-im/empathy/files: empathy-2.30.1.1-init-gerror.patch Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-23 12:33 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox