diff --git a/src/client/accounts/accounts-editor-row.vala b/src/client/accounts/accounts-editor-row.vala index 6e7ac2ab..70223d71 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 8bd9bde1..982acd5c 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 {