Added roster rooms preference

This commit is contained in:
James Booth
2016-01-02 01:29:12 +00:00
parent 22a14e1240
commit cf80fdc329
7 changed files with 12 additions and 1 deletions

View File

@@ -512,5 +512,7 @@ rosterwin_roster(void)
}
prefs_free_string(by);
_rosterwin_rooms(layout, TRUE);
if (prefs_get_boolean(PREF_ROSTER_ROOMS)) {
_rosterwin_rooms(layout, TRUE);
}
}