]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* fix hickup with the floordiv_expanded setting; the way its now it shouldn't double...
[citadel.git] / webcit / webcit.h
index 41485b8e872c2a7d71603652754e85dc8246cd62..2db42708fe08861d7628970253cad69d325b70bf 100644 (file)
@@ -476,7 +476,7 @@ struct wcsession {
        time_t cache_timestamp;                 /**< ??? todo */
        HashList *IconBarSetttings;             /**< which icons should be shown / not shown? */
        long current_iconbar;                   /**< What is currently in the iconbar? */
-       StrBuf *floordiv_expanded;              /**< which floordiv currently expanded */
+       const StrBuf *floordiv_expanded;        /**< which floordiv currently expanded */
        int selected_language;                  /**< Language selected by user */
        time_t last_pager_check;                /**< last time we polled for instant msgs */
        int nonce;                              /**< session nonce (to prevent session riding) */