From: Art Cancro Date: Fri, 3 Sep 2010 21:03:36 +0000 (-0400) Subject: Uncomment 'not yet implemented' next to BLOG_VIEW in libcitadel.h X-Git-Tag: v8.01~754 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=0b6cb30155e5bebe5d5f7035151569c2d1e06366;p=citadel.git Uncomment 'not yet implemented' next to BLOG_VIEW in libcitadel.h --- diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index ffce71aa1..69781b6a1 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -102,7 +102,7 @@ typedef enum _room_views { VIEW_WIKI = 6, /* Wiki view */ VIEW_CALBRIEF = 7, /* Brief Calendar view */ VIEW_JOURNAL = 8, /* Journal view */ - VIEW_BLOG = 9, /* Blog view (not yet implemented) */ + VIEW_BLOG = 9, /* Blog view */ VIEW_MAX } ROOM_VIEWS;