Drop default value of non-automatic property for newer vala
This commit is contained in:
parent
963ac79d0e
commit
d619d99d4c
1 changed files with 0 additions and 1 deletions
|
|
@ -142,7 +142,6 @@ public class Geary.AccountInformation : BaseObject {
|
||||||
// being saved.
|
// being saved.
|
||||||
get { return (allow_save_sent_mail() ? _save_sent_mail : true); }
|
get { return (allow_save_sent_mail() ? _save_sent_mail : true); }
|
||||||
set { _save_sent_mail = value; }
|
set { _save_sent_mail = value; }
|
||||||
default = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Order for display purposes.
|
// Order for display purposes.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue