summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2005-05-05 18:31:00 +0000
committerSilenio Quarti <silenio>2005-05-05 18:31:00 +0000
commit044fd90b6f02270ce85cc919371a3e049679ef13 (patch)
tree6651fdd2a315575a6409b226d9e4574cbac023ae
parentc0f15fd85d89212e6cff00dca228eb87576e5d6c (diff)
downloadeclipse.platform.swt-044fd90b6f02270ce85cc919371a3e049679ef13.tar.gz
eclipse.platform.swt-044fd90b6f02270ce85cc919371a3e049679ef13.tar.xz
eclipse.platform.swt-044fd90b6f02270ce85cc919371a3e049679ef13.zip
null popup menu array
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
index 7ffc8c0cac..8e5f27394a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
@@ -2630,6 +2630,8 @@ void releaseDisplay () {
COLOR_LIST_FOREGROUND = COLOR_LIST_BACKGROUND = COLOR_LIST_SELECTION = COLOR_LIST_SELECTION_TEXT =
COLOR_INFO_BACKGROUND = null;
+ popups = null;
+
max_priority = timeout = null;
if (fds != 0) OS.g_free (fds);
fds = 0;