[openpgp-applet] 09/42: missed a Gtk2 function

Clement Hermann nodens at nodens.org
Wed Oct 26 16:47:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

nodens-guest pushed a commit to branch master
in repository openpgp-applet.

commit c1ff2b945feab0a5b6ff38f76a7d7b13db615ac5
Author: Clément Hermann (nodens) <nodens at nodens.org>
Date:   Thu Aug 20 16:30:12 2015 +0200

    missed a Gtk2 function
---
 bin/openpgp-applet | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/openpgp-applet b/bin/openpgp-applet
index 847ad00..90267dd 100755
--- a/bin/openpgp-applet
+++ b/bin/openpgp-applet
@@ -247,7 +247,7 @@ sub build_action_menu {
     $mmanage->signal_connect('activate' => sub { manage_keys(); });
     $action_menu->append($mmanage);
 
-    my $mtexteditor = Gtk2::MenuItem->new_with_mnemonic($encoding->decode(__("_Open Text Editor")));
+    my $mtexteditor = Gtk3::MenuItem->new_with_mnemonic($encoding->decode(__("_Open Text Editor")));
     $mtexteditor->signal_connect('activate' => sub { open_text_editor(); });
     $action_menu->append($mtexteditor);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/openpgp-applet.git



More information about the Pkg-perl-cvs-commits mailing list