Allow utf8 in occupants header char

This commit is contained in:
Michael Vetter
2021-10-22 16:51:15 +02:00
parent 1c96115f97
commit a9bcc8e8bd
6 changed files with 24 additions and 29 deletions

View File

@@ -275,8 +275,8 @@ void prefs_clear_roster_room_private_char(void);
char* prefs_get_occupants_char(void);
void prefs_set_occupants_char(char* ch);
void prefs_clear_occupants_char(void);
char prefs_get_occupants_header_char(void);
void prefs_set_occupants_header_char(char ch);
char* prefs_get_occupants_header_char(void);
void prefs_set_occupants_header_char(char* ch);
void prefs_clear_occupants_header_char(void);
gint prefs_get_roster_contact_indent(void);