summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio_quarti@ca.ibm.com>2012-01-20 11:37:45 -0500
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-01-20 11:37:45 -0500
commit75c274e4fa1923159023dd9bdcdf3ac07cf46332 (patch)
tree556f8c0679755fc3054f31d7fb156925e2a5ec3b /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java
parent171bc5f27f1e11435e7efcad97dd31033b5fe27c (diff)
downloadeclipse.platform.swt-75c274e4fa1923159023dd9bdcdf3ac07cf46332.tar.gz
eclipse.platform.swt-75c274e4fa1923159023dd9bdcdf3ac07cf46332.tar.xz
eclipse.platform.swt-75c274e4fa1923159023dd9bdcdf3ac07cf46332.zip
Bug 369149 - Make gtk_tooltips_force_window dynamic. (review 2)
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java
index 397666e4fb..bd0ac237ed 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java
@@ -273,7 +273,7 @@ void createHandle (int index) {
* The call is to be avoided on GTK versions newer than 2.12.0
* where it's deprecated.
*/
- if (OS.GTK_VERSION >= OS.VERSION (2, 2, 1) && OS.GTK_VERSION < OS.VERSION (2, 12, 0)) {
+ if (OS.GTK_VERSION >= OS.VERSION (2, 2, 1)) {
OS.gtk_tooltips_force_window (handle);
}
OS.g_object_ref (handle);