ICONTHEME: add a way to store a selected icontheme in the users preferences.
[citadel.git] / webcit / webcit.h
index 1f71f45f94e23f2305d44915d87753dcc2ab1848..65f2d11dc63f965685c8d9866ed306246fe5248b 100644 (file)
@@ -490,6 +490,8 @@ struct wcsession {
 
        char last_chat_user[256];
 
+       StrBuf *IconTheme;                      /* Icontheme setting */
+
 /* Iconbar controls */
        int cache_max_folders;
        int cache_num_floors;