Rename Config class and source file to match code style
Rename `Configuration` => `Application.Configuration` and `geary-config.vala to `application-config.vala`. Update call sites and test cases.
This commit is contained in:
parent
8f2563bc09
commit
e426517b30
30 changed files with 96 additions and 82 deletions
|
|
@ -10,7 +10,7 @@ class ClientPageStateTest : ClientWebViewTestCase<ClientWebView> {
|
|||
|
||||
private class TestClientWebView : ClientWebView {
|
||||
|
||||
public TestClientWebView(Configuration config) {
|
||||
public TestClientWebView(Application.Configuration config) {
|
||||
base(config);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue