[gnome-sound-recorder/bilelmoussaoui/release: 1/2] Port to AdwAboutWindow
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder/bilelmoussaoui/release: 1/2] Port to AdwAboutWindow
- Date: Sun, 7 Aug 2022 09:35:32 +0000 (UTC)
commit 1693325d2cd7d1ab472229b1f1ae078e363da671
Author: Bilal Elmoussaoui <belmouss redhat com>
Date: Sun Aug 7 11:34:35 2022 +0200
Port to AdwAboutWindow
src/application.js | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index cda25b7..c430518 100644
--- a/src/application.js
+++ b/src/application.js
@@ -109,25 +109,28 @@ var Application = GObject.registerClass(class Application extends Adw.Applicatio
}
_showAbout() {
- let aboutDialog = new Gtk.AboutDialog({
- artists: ['Reda Lazri <the red shortcut gmail com>',
+ let aboutDialog = new Adw.AboutWindow({
+ artists: [
+ 'Reda Lazri <the red shortcut gmail com>',
'Garrett LeSage <garrettl gmail com>',
'Hylke Bons <hylkebons gmail com>',
- 'Sam Hewitt <hewittsamuel gmail com>'],
- authors: ['Meg Ford <megford gnome org>',
+ 'Sam Hewitt <hewittsamuel gmail com>'
+ ],
+ developers: [
+ 'Meg Ford <megford gnome org>',
'Bilal Elmoussaoui <bil elmoussaoui gmail com>',
'Felipe Borges <felipeborges gnome org>',
- 'Kavan Mevada <kavanmevada gmail com>'],
+ 'Kavan Mevada <kavanmevada gmail com>'
+ ],
/* Translators: Replace "translator-credits" with your names, one name per line */
translator_credits: _('translator-credits'),
- program_name: GLib.get_application_name(),
+ application_name: GLib.get_application_name(),
comments: _('A Sound Recording Application for GNOME'),
license_type: Gtk.License.GPL_2_0,
- logo_icon_name: pkg.name,
+ application_icon: pkg.name,
version: pkg.version,
website: 'https://wiki.gnome.org/Apps/SoundRecorder',
- copyright: 'Copyright 2013-2019 Meg Ford\nCopyright 2019-2020 Bilal Elmoussaoui & Felipe Borges',
- wrap_license: true,
+ copyright: 'Copyright 2013-2019 Meg Ford\nCopyright 2019-2020 Bilal Elmoussaoui & Felipe
Borges',
modal: true,
transient_for: this.window,
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]