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 bdf8c7b5ed30eb826e8c600057cbf939ddac643e Author: Clément Hermann (nodens) <[email protected]> Date: Mon Nov 24 15:45:22 2014 +0100 Revert "Invert Exit and About menu" This reverts commit 7232ffa2ab398b9f7f2e45de4b8e7b799f546138. Wrong branch ! --- bin/openpgp-applet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/openpgp-applet b/bin/openpgp-applet index cf54e90..053b9d2 100755 --- a/bin/openpgp-applet +++ b/bin/openpgp-applet @@ -181,9 +181,9 @@ Pixmaps and icons are licensed under the terms of Creative Commons ShareAlike 2. 'wrap-license' => 1, 'website' => 'https://tails.boum.org/', )}); - $menu->append($mabout); - $menu->append(Gtk2::SeparatorMenuItem->new); $menu->append($mexit); + $menu->append(Gtk2::SeparatorMenuItem->new); + $menu->append($mabout); $icon->signal_connect('popup-menu', sub { my $ticon = shift; -- 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
