mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 15:16:22 +00:00
Option to show presence information on single line in roster
This commit is contained in:
@@ -1821,7 +1821,7 @@ cmd_roster(ProfWin *window, const char *const command, gchar **args)
|
||||
} else {
|
||||
int intval = 0;
|
||||
char *err_msg = NULL;
|
||||
gboolean res = strtoi_range(args[2], &intval, 0, 10, &err_msg);
|
||||
gboolean res = strtoi_range(args[2], &intval, -1, 10, &err_msg);
|
||||
if (res) {
|
||||
prefs_set_roster_presence_indent(intval);
|
||||
cons_show("Roster presence indent set to: %d", intval);
|
||||
|
||||
Reference in New Issue
Block a user