From 62a04803f0201cf06a21c835dccc219e682e6f3b Mon Sep 17 00:00:00 2001 From: Luke Marlin Date: Sun, 6 Nov 2016 17:42:25 +0100 Subject: Made doc more clear on how to configure information_popup_type_filter --- data/default_config.cfg | 2 +- doc/source/configuration.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/default_config.cfg b/data/default_config.cfg index ff0bf698..689fd4a6 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -198,7 +198,7 @@ use_bookmarks_method = # Possible values; error, roster, warning, info, help #information_buffer_popup_on = error roster warning help info -# A list of message types that should be filtered out from the +# A list of message types separated by colons (":") that should be filtered out from the # information buffer. # Possible values; error, roster, warning, info, help #information_buffer_type_filter = diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index f13597e8..3f9cd094 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -634,7 +634,7 @@ or the way messages are displayed. Some informational messages (error, a contact getting connected, etc) are sometimes added to the information buffer. - A list of message types that should never be displayed in the information + A list of message types separated by colons (":") that should never be displayed in the information buffer. Possible values: ``error``, ``roster``, ``warning``, ``info``, ``help`` -- cgit v1.2.3