[rfc][icedtea-web] Removing applications tab in jawas-about
Jiri Vanek
jvanek at redhat.com
Fri Jul 12 01:44:15 PDT 2013
I think you should have an push privileges now.
So (Add Changelog entry and ... ) go on and push :)
J.
On 07/11/2013 03:25 PM, Andrew Azores wrote:
> On 07/11/2013 02:20 AM, Jiri Vanek wrote:
>> When fixing this - do you mind to update also NEWS file? To mention that new about dialogue was done?
>
> Not the most descriptive thing I've ever written... but I didn't want to ramble on in the release
> notes about the details of it all :)
>
> Andrew A
>
> temp_javaws_about.patch
>
>
> diff --git a/NEWS b/NEWS
> --- a/NEWS
> +++ b/NEWS
> @@ -16,6 +16,7 @@ New in release 1.5 (2013-XX-XX):
> - Netx can now parse malformed jnlp files using tagsoup
> - PR1026 - Apps fail to run because of the nanoxml parser's strict XML validation
> - PR1473 - javaws should not depend on name of local file
> + - Redesigned About dialogue layout and contents
> * Plugin
> - PR854: Resizing an applet several times causes 100% CPU load
>
> diff --git a/netx/net/sourceforge/jnlp/about/AboutDialog.java b/netx/net/sourceforge/jnlp/about/AboutDialog.java
> --- a/netx/net/sourceforge/jnlp/about/AboutDialog.java
> +++ b/netx/net/sourceforge/jnlp/about/AboutDialog.java
> @@ -84,7 +84,7 @@ public class AboutDialog extends JPanel
>
> aboutPanel = new HTMLPanel(res_about, R("AboutDialogueTabAbout"));
> authorsPanel = new HTMLPanel(res_authors, R("AboutDialogueTabAuthors"));
> - newsPanel = new HTMLPanel(res_news, R("News"));
> + newsPanel = new HTMLPanel(res_news, R("AboutDialogueTabNews"));
> changelogPanel = new HTMLPanel(res_changelog, R("AboutDialogueTabChangelog"));
> copyingPanel = new HTMLPanel(res_copying, R("AboutDialogueTabGPLv2"));
>
>
More information about the distro-pkg-dev
mailing list