[balsa/gtk3] Restore HAVE_GNOME
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] Restore HAVE_GNOME
- Date: Mon, 31 Jan 2011 01:30:56 +0000 (UTC)
commit 3710190b90cb035aaaed9edaeaca1dc6bdf87752
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sun Jan 30 20:18:33 2011 -0500
Restore HAVE_GNOME
* configure.in: restore HAVE_GNOME to wrap reference to
"org.gnome.*".
ChangeLog | 5 +++++
balsa.desktop.in | 1 -
configure.in | 4 ++++
3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 606cbc3..916bec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-01-30 Peter Bloomfield
+ * configure.in: restore HAVE_GNOME to wrap reference to
+ "org.gnome.*".
+
+2011-01-30 Peter Bloomfield
+
* balsa.desktop.in: add MimeType=x-scheme-handler/mailto.
2011-01-29 Peter Bloomfield
diff --git a/balsa.desktop.in b/balsa.desktop.in
index 5496592..466d45a 100644
--- a/balsa.desktop.in
+++ b/balsa.desktop.in
@@ -8,4 +8,3 @@ Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;Network;Email;
-MimeType=x-scheme-handler/mailto
diff --git a/configure.in b/configure.in
index f3c2824..730c663 100644
--- a/configure.in
+++ b/configure.in
@@ -296,6 +296,10 @@ else
fi
AC_MSG_RESULT($with_gnome_keyring)
+if test x$with_gnome != xno; then
+ AC_DEFINE(HAVE_GNOME,1,[Defined when configured for Gnome.])
+fi
+
# GMime configuration
#
if test "$with_gmime" = detect; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]