Option to show presence information on single line in roster

This commit is contained in:
James Booth
2015-11-22 00:30:42 +00:00
parent 5c08bea8d0
commit 7a324abcd6
5 changed files with 94 additions and 44 deletions

View File

@@ -558,7 +558,7 @@ prefs_get_roster_presence_indent(void)
}
gint result = g_key_file_get_integer(prefs, PREF_GROUP_UI, "roster.presence.indent", NULL);
if (result < 0) {
if (result < -1) {
result = 0;
}