diff options
Diffstat (limited to 'shell/evolution-test-component.c')
-rw-r--r-- | shell/evolution-test-component.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/evolution-test-component.c b/shell/evolution-test-component.c index a091499ee7..daeea054b3 100644 --- a/shell/evolution-test-component.c +++ b/shell/evolution-test-component.c @@ -327,9 +327,9 @@ setup_custom_storage (EvolutionShellClient *shell_client) } evolution_storage_new_folder (the_storage, "/FirstFolder", "FirstFolder", - "mail", "file:///tmp/blah", "", 0, TRUE); + "mail", "file:///tmp/blah", "", NULL, 0, TRUE); evolution_storage_new_folder (the_storage, "/SecondFolder", "SecondFolder", - "calendar", "file:///tmp/bleh", "", 0, FALSE); + "calendar", "file:///tmp/bleh", "", NULL, 0, FALSE); } |