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 7232ffa2ab398b9f7f2e45de4b8e7b799f546138
Author: Clément Hermann (nodens) <nod...@nodens.org>
Date:   Mon Nov 24 15:40:07 2014 +0100

    Invert Exit and About menu
    
    This is a short-term workaround for Bug #7450 - Tails OpenPGP Applet is
    too easy to exit.
    A double right-click doesn't exit the applet anymore.
---
 bin/openpgp-applet | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/openpgp-applet b/bin/openpgp-applet
index 053b9d2..cf54e90 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($mexit);
-    $menu->append(Gtk2::SeparatorMenuItem->new);
     $menu->append($mabout);
+    $menu->append(Gtk2::SeparatorMenuItem->new);
+    $menu->append($mexit);
 
     $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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to