Upgrade to Vala 42.2.
This commit is contained in:
parent
76bb40fc98
commit
1c5a629eaa
|
@ -3,7 +3,7 @@ namespace LAview.DataExample {
|
||||||
public class AppSettings : Object {
|
public class AppSettings : Object {
|
||||||
Settings settings;
|
Settings settings;
|
||||||
|
|
||||||
string _greeting;
|
string _greeting = "lyx";
|
||||||
|
|
||||||
public string greeting {
|
public string greeting {
|
||||||
get { return _greeting; }
|
get { return _greeting; }
|
||||||
|
@ -11,7 +11,6 @@ namespace LAview.DataExample {
|
||||||
if (settings != null) settings.set_string ("greeting", value);
|
if (settings != null) settings.set_string ("greeting", value);
|
||||||
_greeting = value;
|
_greeting = value;
|
||||||
}
|
}
|
||||||
default = "lyx";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public AppSettings () throws Error {
|
public AppSettings () throws Error {
|
||||||
|
|
Loading…
Reference in New Issue