This is an automated email from the git hooks/post-receive script. nodens-guest pushed a commit to annotated tag OpenPGP_Applet-0.9 in repository openpgp-applet.
commit 0e9f69f1bae1fb0cd60a0c586687c43a57f79866 Author: Clément Hermann (nodens) <[email protected]> Date: Sun Nov 16 10:31:45 2014 +0100 Coding Style : replace <TAB> by 4 spaces (in last commit, for consistency) --- bin/openpgp-applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/openpgp-applet b/bin/openpgp-applet index 6958d30..053b9d2 100755 --- a/bin/openpgp-applet +++ b/bin/openpgp-applet @@ -309,7 +309,7 @@ sub set_clipboards_text { $_->set_text($text); } # GTK fails setting the primary selection above, so let's use xclip :/ - # xclip needs encoded text. + # xclip needs encoded text. open(my $xclip, '|-', 'xclip') or die "Error opening pipe to xclip"; print $xclip $encoded_text or die "Error copying data to X clipboard"; close $xclip or die "Error closing pipe to xclip"; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/openpgp-applet.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
