[gedit] Automate the message of doom printing



commit 607fb72cebd9430921159e8958e6cdaf104ffd18
Author: Paolo Borelli <porelli gnome org>
Date:   Wed Jul 29 10:29:19 2009 +0200

    Automate the message of doom printing

 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e2beef7..ecfbd5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -503,5 +503,6 @@ Configuration:
 	Spell Plugin enabled:	$enable_enchant
 "
 
-dnl uncomment this in developement releases
-cat $srcdir/message-of-doom
+if test $(( ${GEDIT_MINOR_VERSION} % 2 )) -eq 1; then
+	cat $srcdir/message-of-doom
+fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]