summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-31 23:51:08 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-31 23:51:08 +0100
commit9835d530b9ea562917689f1d061aab9c765d3541 (patch)
tree34f30d301d8b019406d6af8fa457c71838b91462
parent44459f45e0daaa1de222ea55e56d41f37435e561 (diff)
downloadweechat-9835d530b9ea562917689f1d061aab9c765d3541.zip
doc: add missing value for property "active" in function buffer_get_integer (plugin API reference)
-rw-r--r--doc/en/weechat_plugin_api.en.txt3
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt4
-rw-r--r--doc/it/weechat_plugin_api.it.txt4
3 files changed, 7 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 258ebc1e2..3f61d3423 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -9909,7 +9909,8 @@ Arguments:
** 'type': buffer type (0: formatted, 1: free content)
** 'notify': notify level for buffer
** 'num_displayed': number of windows displaying buffer
-** 'active': 1 if buffer is active, 0 if buffer is merged and not selected
+** 'active': 2 if buffer is the only active (merged), 1 if buffer is active,
+ 0 if buffer is merged and not selected
** 'print_hooks_enabled': 1 if print hooks are enabled, otherwise 0
** 'day_change': 1 if messages for the day change are displayed, otherwise 0
** 'lines_hidden': 1 if at least one line is hidden on buffer (filtered), or 0
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 6f650cff2..faeaf38fa 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -10080,8 +10080,8 @@ Paramètres :
** 'type' : type de tampon (0 : formaté, 1 : contenu libre)
** 'notify' : niveau de notification du tampon
** 'num_displayed' : nombre de fenêtres affichant ce tampon
-** 'active' : 1 si le tampon est actif, 0 si le tampon est mélangé et n'est pas
- sélectionné
+** 'active' : 2 si le tampon est le seul actif (mélangé), 1 si le tampon est
+ actif, 0 si le tampon est mélangé et n'est pas sélectionné
** 'print_hooks_enabled' : 1 si les hooks "print" sont activés, sinon 0
** 'day_change' : 1 si les messages de changement de jour sont affichés, sinon 0
** 'lines_hidden' : 1 si au moins une ligne est cachée dans le tampon
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index 770e33a07..5d69502e0 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -10069,7 +10069,9 @@ Argomenti:
** 'type': tipo dibuffer (0: formattato, 1: contenuto libero)
** 'notify': livello di notifica per il buffer
** 'num_displayed': numero delle finestre che visualizzano il buffer
-** 'active': 1 se il buffer è attivo, 0 se il buffer è unito e non selezionato
+// TRANSLATION MISSING
+** 'active': 2 if buffer is the only active (merged), 1 se il buffer è attivo,
+ 0 se il buffer è unito e non selezionato
** 'print_hooks_enabled': 1 se gli hook sulla stampa sono abilitati,
altrimenti 0
// TRANSLATION MISSING