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 50ed43ac78ffb2505bd088ed867492b7ac163fb6 Author: Clément Hermann (nodens) <[email protected]> Date: Sat Aug 8 10:31:12 2015 +0200 Revert "Add menu entry to open text editor" This reverts commit 8e46a34aa715721971c131cc2ae90c3eccb09f82. (need proper merge. And coffee.) --- bin/openpgp-applet | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/openpgp-applet b/bin/openpgp-applet index 974eccb..5598080 100755 --- a/bin/openpgp-applet +++ b/bin/openpgp-applet @@ -248,10 +248,6 @@ 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"))); - $mtexteditor->signal_connect('activate' => sub { open_text_editor(); }); - $action_menu->append($mtexteditor); - return $action_menu; } @@ -259,10 +255,6 @@ sub manage_keys { system("seahorse &"); } -sub open_text_editor { - system("gnome-text-editor &"); -} - sub all_text_types { map { $_->{type} } @pgp_headers; } -- 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
