diff options
Diffstat (limited to 'calendar/main.c')
-rw-r--r-- | calendar/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/main.c b/calendar/main.c index 0961c87b4b..770608743a 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -739,7 +739,8 @@ parse_an_arg (poptContext ctx, */ arg = COOKIE_USER_HOME_DIR; /* fall through */ - + break; + case VIEW_KEY: start_views = g_list_append (start_views, arg); break; |