[gnome-taquin] Do not notify.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-taquin] Do not notify.
- Date: Sat, 16 Feb 2019 20:05:46 +0000 (UTC)
commit 86027211f84f9608e0e632594413ab77eed8708b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sat Feb 16 21:04:12 2019 +0100
Do not notify.
src/about-list.vala | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/src/about-list.vala b/src/about-list.vala
index bbce2a5..8cfcbea 100644
--- a/src/about-list.vala
+++ b/src/about-list.vala
@@ -20,18 +20,18 @@ using Gtk;
private class AboutList : OverlayedList
{
// same as about dialog; skipped: wrap_license, license, logo
- public string [] artists { private get; protected construct; default = {}; }
- public string [] authors { private get; protected construct; default = {}; }
- public string comments { private get; protected construct; default = ""; }
- public string copyright { private get; protected construct; default = ""; }
- public string [] documenters { private get; protected construct; default = {}; }
- private License license_type { private get { return License.GPL_3_0; }} // forced, 2/3
- public string logo_icon_name { private get; protected construct; default = ""; }
- public string program_name { private get; protected construct; default = ""; }
- public string translator_credits { private get; protected construct; default = ""; }
- public string version { private get; protected construct; default = ""; }
- public string website { private get; protected construct; default = ""; }
- public string website_label { private get; protected construct; default = ""; }
+ [CCode (notify = false)] public string [] artists { private get; protected construct;
default = {}; }
+ [CCode (notify = false)] public string [] authors { private get; protected construct;
default = {}; }
+ [CCode (notify = false)] public string comments { private get; protected construct;
default = ""; }
+ [CCode (notify = false)] public string copyright { private get; protected construct;
default = ""; }
+ [CCode (notify = false)] public string [] documenters { private get; protected construct;
default = {}; }
+ [CCode (notify = false)] private License license_type { private get { return License.GPL_3_0;
}} // forced, 2/3
+ [CCode (notify = false)] public string logo_icon_name { private get; protected construct;
default = ""; }
+ [CCode (notify = false)] public string program_name { private get; protected construct;
default = ""; }
+ [CCode (notify = false)] public string translator_credits { private get; protected construct;
default = ""; }
+ [CCode (notify = false)] public string version { private get; protected construct;
default = ""; }
+ [CCode (notify = false)] public string website { private get; protected construct;
default = ""; }
+ [CCode (notify = false)] public string website_label { private get; protected construct;
default = ""; }
construct
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]