Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2017-05-31 18:02:53 +0000
committerEric Williams2017-06-09 15:45:59 +0000
commit9de58d4397ed9d1c357595ef8471a5cdde712a70 (patch)
tree6a36ccb8cc4b7b8322795fc67f8c5886ca7b5f17 /bundles/org.eclipse.swt/build.xml
parentbb1818bd20f5dd8e57c25f1c2796ed153a016d73 (diff)
downloadeclipse.platform.swt-9de58d4397ed9d1c357595ef8471a5cdde712a70.tar.gz
eclipse.platform.swt-9de58d4397ed9d1c357595ef8471a5cdde712a70.tar.xz
eclipse.platform.swt-9de58d4397ed9d1c357595ef8471a5cdde712a70.zip
Bug 497071 - [GTK] StyledText and Link create different colored links
Use COLOR_LINK_FOREGROUND for StyledText links instead of hardcoding the value to be blue. Tested on GTK3.22, 3.16, 3.14, and 2.24. No addition AllNonBrowser JUnit tests fail. Change-Id: Ie92a701e3d28d70231c50928ce12bf087fe9e781 Signed-off-by: Eric Williams <ericwill@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/build.xml')
-rw-r--r--bundles/org.eclipse.swt/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/build.xml b/bundles/org.eclipse.swt/build.xml
index 6932838494..821d8b91be 100644
--- a/bundles/org.eclipse.swt/build.xml
+++ b/bundles/org.eclipse.swt/build.xml
@@ -15,7 +15,7 @@
<target name="init">
<property name="plugin" value="org.eclipse.swt" />
- <property name="version.suffix" value="3.106.0" />
+ <property name="version.suffix" value="3.106.100" />
<property name="full.name" value="${plugin}_${version.suffix}" />
<property name="temp.folder" value="${basedir}/temp.folder" />
<property name="plugin.destination" value="${basedir}" />

Back to the top