[gnome-builder/gnome-builder-41] meson-templates: small nitpicks in python template
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-41] meson-templates: small nitpicks in python template
- Date: Tue, 16 Nov 2021 19:00:39 +0000 (UTC)
commit e12486752e9a1fd60096dc56ddf8fc19cfa880f8
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]