public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/contacts/files: contacts-0.9-dbus.patch
@ 2008-11-21 21:54 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2008-11-21 21:54 UTC (permalink / raw
  To: gentoo-commits

eva         08/11/21 21:54:35

  Added:                contacts-0.9-dbus.patch
  Log:
  Fix compilation with USE=-dbus, bug #247519.
  (Portage version: 2.2_rc14/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)

Revision  Changes    Path
1.1                  gnome-extra/contacts/files/contacts-0.9-dbus.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/contacts/files/contacts-0.9-dbus.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/contacts/files/contacts-0.9-dbus.patch?rev=1.1&content-type=text/plain

Index: contacts-0.9-dbus.patch
===================================================================
--- a/src/contacts-main.c	2008-06-06 11:26:52.000000000 +0200
+++ b/src/contacts-main.c	2008-11-21 23:39:19.436028277 +0100
@@ -36,7 +36,9 @@
 #include "contacts-edit-pane.h"
 #include "contacts-ui.h"
 
+#ifdef HAVE_DBUS
 #include "contacts-dbus.h"
+#endif
 
 void
 contacts_update_treeview (ContactsData *data)
@@ -214,7 +216,9 @@
 	bacon_message_connection_set_callback (
 		mc, (BaconMessageReceivedFunc)contacts_bacon_cb, data);
 
+#ifdef HAVE_DBUS
 	contacts_dbus_init_for_session (data);
+#endif
 
 	/* Set critical errors to close application */
 	//g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL);






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-21 21:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21 21:54 [gentoo-commits] gentoo-x86 commit in gnome-extra/contacts/files: contacts-0.9-dbus.patch Gilles Dartiguelongue (eva)

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