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

Diego Ongaro ongardie at xfce.org
Wed Jul 2 23:25:20 CEST 2008


Author: ongardie
Date: 2008-07-02 21:25:20 +0000 (Wed, 02 Jul 2008)
New Revision: 5022

Modified:
   xfce4-datetime-plugin/trunk/ChangeLog
   xfce4-datetime-plugin/trunk/panel-plugin/datetime.h
Log:
Disable tooltips for now (Bug #4141)


Modified: xfce4-datetime-plugin/trunk/ChangeLog
===================================================================
--- xfce4-datetime-plugin/trunk/ChangeLog	2008-07-02 21:25:15 UTC (rev 5021)
+++ xfce4-datetime-plugin/trunk/ChangeLog	2008-07-02 21:25:20 UTC (rev 5022)
@@ -1,3 +1,7 @@
+2008-07-02	Diego Ongaro <ongardie at gmail.com>
+
+	* panel-plugin/datetime.h: Disable tooltips for now (Bug #4141)
+
 2008-06-27	Diego Ongaro <ongardie at gmail.com>
 
 	* configure.in.in: Drop unused dependency on dbus, update maintainer

Modified: xfce4-datetime-plugin/trunk/panel-plugin/datetime.h
===================================================================
--- xfce4-datetime-plugin/trunk/panel-plugin/datetime.h	2008-07-02 21:25:15 UTC (rev 5021)
+++ xfce4-datetime-plugin/trunk/panel-plugin/datetime.h	2008-07-02 21:25:20 UTC (rev 5022)
@@ -22,7 +22,9 @@
 #ifndef DATETIME_H
 #define DATETIME_H
 
-#define USE_GTK_TOOLTIP_API     GTK_CHECK_VERSION(2,12,0)
+#define I_CAN_HAS_BUGGY_TULTIPZ  0
+#define USE_GTK_TOOLTIP_API       (I_CAN_HAS_BUGGY_TULTIPZ && \
+                                   GTK_CHECK_VERSION(2,12,0))
 
 /* enums */
 enum {




More information about the Goodies-commits mailing list