* citadel.rc: changed the default for local_screen_dimensions to 1, since
[citadel.git] / citadel / serv_ical.c
index 8d4d5d58fbf1180011272cfed73fd209e546f1fc..d854702ce36c8c0a8d15195dbd18762e114a1ea3 100644 (file)
@@ -50,7 +50,7 @@ void ical_create_room(void)
 
        /* Create the room if it doesn't already exist */
        MailboxName(roomname, &CC->usersupp, USERCALENDARROOM);
-       create_room(roomname, 4, "", 0);
+       create_room(roomname, 4, "", 0, 1);
        /* Set expiration policy to manual; otherwise objects will be lost! */
        if (lgetroom(&qr, roomname)) {
                lprintf(3, "Couldn't get the user calendar room!\n");