# HG changeset patch # User Ed Swartz # Date 1262110630 21600 # Node ID e9804d5e613f8141c2d27663c678e8964ed0a5b4 # Parent 9d4cd10c2b357a5f3b2127982edf1ca81c4a2da5 Update comment about #10381 diff -r 9d4cd10c2b35 -r e9804d5e613f core/com.nokia.carbide.cpp.news.reader/src/com/nokia/carbide/cpp/internal/news/reader/editor/NewsPage.java --- a/core/com.nokia.carbide.cpp.news.reader/src/com/nokia/carbide/cpp/internal/news/reader/editor/NewsPage.java Tue Dec 29 12:13:29 2009 -0600 +++ b/core/com.nokia.carbide.cpp.news.reader/src/com/nokia/carbide/cpp/internal/news/reader/editor/NewsPage.java Tue Dec 29 12:17:10 2009 -0600 @@ -73,6 +73,8 @@ public final static String NEWS_PAGE_TITLE = "Carbide.c++ News Page"; public final static String NEWS_SUMMARY_TITLE = "All News"; private final static String ECLIPSE_NETWORK_PREFERENCES_ID = "org.eclipse.ui.net.NetPreferences"; + + // note: the synthetic links must use "http://" as a prefix for portability (#10381) private final static String FAKE_URL_PREFIX = "http://localhost/news/"; private final static String LINK_MARK_ALL_ENTRIES_READ = FAKE_URL_PREFIX + "removeAll"; private final static String LINK_MARK_ENTRY_READ = FAKE_URL_PREFIX + "removeEntry"; @@ -275,7 +277,6 @@ CarbideNewsReaderPlugin.log(e); } - // note: the non-navigable links do not work on all hosts, hence the mouse listener newsBrowser.addLocationListener(new LocationListener() { public void changing(LocationEvent event) { handleChangingLocation(event);