[openpgp-applet] 20/42: Make display_error compatible with GTK+ 3.

Clement Hermann nodens at nodens.org
Wed Oct 26 16:47:51 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 b77baf01665603b4ddb061f24a36ced1987dd951
Author: intrigeri <intrigeri at boum.org>
Date:   Mon Aug 29 09:26:39 2016 +0000

    Make display_error compatible with GTK+ 3.
    
    This is a follow-up to commit 3eb7914, that did this change everywhere else but
    not in display_error.
---
 bin/openpgp-applet | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/openpgp-applet b/bin/openpgp-applet
index c277fd1..2e0a033 100755
--- a/bin/openpgp-applet
+++ b/bin/openpgp-applet
@@ -827,7 +827,7 @@ sub display_error {
         $parent, 'destroy-with-parent', 'error', 'ok',
         $title
     );
-    $dialog->set_secondary_text($msg);
+    $dialog->set('secondary_text' => $msg);
     $dialog->signal_connect(
         response => sub { my $self = shift; $self->destroy; }
     );

-- 
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