diff --git a/src/client/accounts/accounts-editor-row.vala b/src/client/accounts/accounts-editor-row.vala index 6e7ac2ab918b78fed3422cdd1b473f26e148bd9a..70223d717ce2a93bce7f80f6e3dc7d79dc175f40 100644 --- a/src/client/accounts/accounts-editor-row.vala +++ b/src/client/accounts/accounts-editor-row.vala @@ -386,7 +386,7 @@ private abstract class Accounts.ServiceRow : AccountRow /** Interface for rows that use a validator for editable values. */ -internal interface Accounts.ValidatingRow : EditorRow { +internal interface Accounts.ValidatingRow : EditorRow { /** The row's validator */ diff --git a/src/client/accounts/accounts-editor-servers-pane.vala b/src/client/accounts/accounts-editor-servers-pane.vala index 8bd9bde1fe36ecff7f4f260712a6a465537568ca..982acd5cf2773331746abd1cba1af257ea9a6748 100644 --- a/src/client/accounts/accounts-editor-servers-pane.vala +++ b/src/client/accounts/accounts-editor-servers-pane.vala @@ -694,7 +694,7 @@ private class Accounts.SaveSentRow : private class Accounts.ServiceHostRow : - ServiceRow, ValidatingRow { + ServiceRow, ValidatingRow { public Components.Validator validator { @@ -848,7 +848,7 @@ private class Accounts.ServiceSecurityRow : private class Accounts.ServiceLoginRow : - ServiceRow, ValidatingRow { + ServiceRow, ValidatingRow { public Components.Validator validator { @@ -972,7 +972,7 @@ private class Accounts.ServiceLoginRow : private class Accounts.ServicePasswordRow : - ServiceRow, ValidatingRow { + ServiceRow, ValidatingRow { public Components.Validator validator {