[gnome-builder] meson-templates: small nitpicks in python template
- From: Günther Wagner <gwagner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] meson-templates: small nitpicks in python template
- Date: Wed, 3 Nov 2021 21:10:20 +0000 (UTC)
commit d4ce85582fc981a03ecf88b91ecb046bb5638d4f
Author: Günther Wagner <info gunibert de>
Date: Wed Nov 3 22:08:51 2021 +0100
meson-templates: small nitpicks in python template
We shouldn't hardcode a website and enforce a license there
src/plugins/meson-templates/resources/src/window-gtk4.py | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/plugins/meson-templates/resources/src/window-gtk4.py
b/src/plugins/meson-templates/resources/src/window-gtk4.py
index a316b0c76..5ec54af63 100644
--- a/src/plugins/meson-templates/resources/src/window-gtk4.py
+++ b/src/plugins/meson-templates/resources/src/window-gtk4.py
@@ -20,8 +20,6 @@ class AboutDialog(Gtk.AboutDialog):
self.props.program_name = '{{name}}'
self.props.version = "0.1.0"
self.props.authors = ['{{author}}']
- self.props.license_type = Gtk.License.GPL_3_0
self.props.copyright = '(C) 2021 {{author}}'
- self.props.website = 'https://www.gnome.org/'
self.props.logo_icon_name = '{{appid}}'
self.set_transient_for(parent)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]