Allow utf8 in occupants header char
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user