[Goodies-commits] r7881 - in xfce4-datetime-plugin/trunk: . panel-plugin

Diego Ongaro ongardie at xfce.org
Fri Jul 31 22:18:30 CEST 2009


Author: ongardie
Date: 2009-07-31 20:18:30 +0000 (Fri, 31 Jul 2009)
New Revision: 7881

Modified:
   xfce4-datetime-plugin/trunk/ChangeLog
   xfce4-datetime-plugin/trunk/panel-plugin/datetime.h
Log:
Enable tooltips for GTK >= 2.15.4 (bug #4141)

Modified: xfce4-datetime-plugin/trunk/ChangeLog
===================================================================
--- xfce4-datetime-plugin/trunk/ChangeLog	2009-07-31 18:57:24 UTC (rev 7880)
+++ xfce4-datetime-plugin/trunk/ChangeLog	2009-07-31 20:18:30 UTC (rev 7881)
@@ -1,6 +1,7 @@
 2009-07-31	Diego Ongaro <ongardie at gmail.com>
 
 	* xfce46-compat.c: Remove inconsistent static declaration
+	* datetime.h: Enable tooltips for GTK >= 2.15.4 (Bug #4141)
 
 2008-11-23	Diego Ongaro <ongardie at gmail.com>
 

Modified: xfce4-datetime-plugin/trunk/panel-plugin/datetime.h
===================================================================
--- xfce4-datetime-plugin/trunk/panel-plugin/datetime.h	2009-07-31 18:57:24 UTC (rev 7880)
+++ xfce4-datetime-plugin/trunk/panel-plugin/datetime.h	2009-07-31 20:18:30 UTC (rev 7881)
@@ -22,9 +22,7 @@
 #ifndef DATETIME_H
 #define DATETIME_H
 
-#define I_CAN_HAS_BUGGY_TULTIPZ  0
-#define USE_GTK_TOOLTIP_API       (I_CAN_HAS_BUGGY_TULTIPZ && \
-                                   GTK_CHECK_VERSION(2,12,0))
+#define USE_GTK_TOOLTIP_API GTK_CHECK_VERSION(2,15,4)
 
 /* enums */
 enum {




More information about the Goodies-commits mailing list