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 c54791e3d85e437dc3bc7aec24863ae46ca780bc Author: Clément Hermann (nodens) <[email protected]> Date: Wed Aug 6 19:16:13 2014 +0200 correct pixmap dirs --- bin/openpgp-applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/openpgp-applet b/bin/openpgp-applet index 3b3101e..79ad80c 100755 --- a/bin/openpgp-applet +++ b/bin/openpgp-applet @@ -963,7 +963,7 @@ sub make_icon_source { my $ext = shift; my $size = shift; - my $pixmapdir = File::ShareDir::dist_dir('Crypt/OpenPGP_Applet') . "/pixmaps"; + my $pixmapdir = File::ShareDir::dist_dir('OpenPGP_Applet') . "/pixmaps"; my $filename = "$pixmapdir/$base/$icon.$ext"; my $source = Gtk2::IconSource->new(); $source->set_filename($filename); -- 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
