Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
tinyca2
0002-fix-deprecation-warning.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-fix-deprecation-warning.diff of Package tinyca2
From aaebad85d307eeaf38c7f497efee0b278f0fc317 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel <ludwig.nussel@suse.de> Date: Fri, 29 Nov 2013 15:32:15 +0100 Subject: [PATCH 2/3] fix deprecation warning patch from debian --- lib/GUI.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/GUI.pm b/lib/GUI.pm index 67a5c2d..d9c4064 100644 --- a/lib/GUI.pm +++ b/lib/GUI.pm @@ -2521,7 +2521,7 @@ sub about { my ($aboutdialog, $href, $label); $aboutdialog = Gtk2::AboutDialog->new(); - $aboutdialog->set_name("TinyCA2"); + $aboutdialog->set_program_name("TinyCA2"); $aboutdialog->set_version($main->{'version'}); $aboutdialog->set_copyright("2002-2006 Stephan Martin"); $aboutdialog->set_license("GNU Public License (GPL)"); @@ -2534,6 +2534,8 @@ sub about { _("French: Thibault Le Meur <Thibault.Lemeur\@supelec.fr>")); $aboutdialog->show_all(); + $aboutdialog->run; + $aboutdialog->destroy; return; } -- 1.8.1.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor