balsa r7998 - trunk/libbalsa
- From: pawels svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: balsa r7998 - trunk/libbalsa
 
- Date: Wed, 19 Nov 2008 18:18:58 +0000 (UTC)
 
Author: pawels
Date: Wed Nov 19 18:18:57 2008
New Revision: 7998
URL: http://svn.gnome.org/viewvc/balsa?rev=7998&view=rev
Log:
* libbalsa/server.c: compile own schema only when compiling against
  gnome-keyring older than 2.24.
Modified:
   trunk/libbalsa/server.c
Modified: trunk/libbalsa/server.c
==============================================================================
--- trunk/libbalsa/server.c	(original)
+++ trunk/libbalsa/server.c	Wed Nov 19 18:18:57 2008
@@ -40,7 +40,7 @@
 #include "libbalsa-conf.h"
 #include <glib/gi18n.h>
 
-#if defined(HAVE_GNOME_KEYRING)
+#if defined(HAVE_GNOME_KEYRING) && !defined(HAVE_GNOME_KEYRING_24)
 static const GnomeKeyringPasswordSchema server_schema = {
     GNOME_KEYRING_ITEM_GENERIC_SECRET,
     {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]