[gnome-games] aisleriot: Disable status bar messages on mouseover by default



commit 17179f53a735cac491b95fd519c9e0719c774062
Author: Christian Persch <chpe gnome org>
Date:   Fri Feb 25 19:09:42 2011 +0100

    aisleriot: Disable status bar messages on mouseover by default
    
    Bug #616048.

 aisleriot/ar-style-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/aisleriot/ar-style-private.h b/aisleriot/ar-style-private.h
index 6ff4917..3e76f67 100644
--- a/aisleriot/ar-style-private.h
+++ b/aisleriot/ar-style-private.h
@@ -43,7 +43,7 @@ static const GdkColor default_baize_color = { 0, 0 /* red */, 0x5000 /* green */
 #endif
 
 #define DEFAULT_SHOW_TOOLTIPS (FALSE)
-#define DEFAULT_SHOW_STATUS_MESSAGES (TRUE)
+#define DEFAULT_SHOW_STATUS_MESSAGES (FALSE)
 
 struct _ArStylePrivate
 {



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