This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch bugfix/x2gogetapps in repository x2goserver. from e617a5b x2goserver/bin/x2gogetapps: respect NoDisplay and Hidden values, don't parse the full desktop file if there are non-Desktop Entries groups. new 6ec2dcd x2goserver/bin/x2gogetapps: first define an array, then use it... The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2goserver/bin/x2gogetapps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch bugfix/x2gogetapps in repository x2goserver. commit 6ec2dcd7e9fdc7787a6e012fdfebf117ff407918 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 11 21:26:29 2015 +0100 x2goserver/bin/x2gogetapps: first define an array, then use it... --- x2goserver/bin/x2gogetapps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goserver/bin/x2gogetapps b/x2goserver/bin/x2gogetapps index 84a5779..b118898 100755 --- a/x2goserver/bin/x2gogetapps +++ b/x2goserver/bin/x2gogetapps @@ -121,10 +121,10 @@ sub proc_desktop_file my $file=shift; if (open(F,"<$file")) { - push(@output, "<desktop>"); my @output; my $nodisplay = 0; my $is_desktop_entry = 0; + push(@output, "<desktop>"); READ_FILE: while(!eof(F)) { my $line=<F>; -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git