Skip to content

Commit 211b91e

Browse files
author
Mirko Brombin
committed
Fix: RuntimeError: unable to set value for field
1 parent 780efe4 commit 211b91e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

elementarypython/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ class App:
4343
bug_url = "https://git.mirko.pm/brombinmirko/ElementaryPython/issues/labels/bug"
4444
help_url = "https://git.mirko.pm/brombinmirko/ElementaryPython/issues"
4545
translate_url = "https://git.mirko.pm/brombinmirko/ElementaryPython/blob/master/CONTRIBUTING.md"
46-
about_authors = None # Mirko Brombin <brombinmirko@gmail.com>
47-
about_documenters = None
4846
about_comments = application_description
4947
about_license_type = Gtk.License.GPL_3_0
5048

elementarypython/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ def do_activate(self):
6464
app.flags = Gio.ApplicationFlags.FLAGS_NONE
6565
app.program_name = cn.App.application_name
6666
app.build_version = cn.App.application_version
67-
app.about_documenters = cn.App.about_documenters
68-
app.about_authors = cn.App.about_authors
6967
app.about_comments = cn.App.about_comments
7068
app.app_years = cn.App.app_years
7169
app.build_version = cn.App.application_version;

0 commit comments

Comments
 (0)