1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

core: set default value "merged" for option weechat.look.hotlist_remove

This commit is contained in:
Sébastien Helleu
2014-06-11 07:59:57 +02:00
parent 4151fa234e
commit eac52b9931
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -606,7 +606,7 @@
* [[option_weechat.look.hotlist_remove]] *weechat.look.hotlist_remove*
** Beschreibung: `entfernt Buffer aus der Hotlist: buffer = entfernt einen einzelnen Buffer, merged = entfernt alle zusammengefügten Buffer auf einmal`
** Typ: integer
** Werte: buffer, merged (Standardwert: `buffer`)
** Werte: buffer, merged (Standardwert: `merged`)
* [[option_weechat.look.hotlist_short_names]] *weechat.look.hotlist_short_names*
** Beschreibung: `ist diese Option aktiviert, wird der Kurzname der zusammengefügten Buffer in der Hotlist dargestellt (die Darstellung geschieht nach dem ersten '.' im Namen)`
+1 -1
View File
@@ -606,7 +606,7 @@
* [[option_weechat.look.hotlist_remove]] *weechat.look.hotlist_remove*
** description: `remove buffers in hotlist: buffer = remove buffer by buffer, merged = remove all visible merged buffers at once`
** type: integer
** values: buffer, merged (default value: `buffer`)
** values: buffer, merged (default value: `merged`)
* [[option_weechat.look.hotlist_short_names]] *weechat.look.hotlist_short_names*
** description: `if set, uses short names to display buffer names in hotlist (start after first '.' in name)`
+1 -1
View File
@@ -606,7 +606,7 @@
* [[option_weechat.look.hotlist_remove]] *weechat.look.hotlist_remove*
** description: `supprimer les tampons de la liste d'activité : buffer = supprimer tampon par tampon, merged = supprimer tous les tampons mélangés visibles d'un seul coup`
** type: entier
** valeurs: buffer, merged (valeur par défaut: `buffer`)
** valeurs: buffer, merged (valeur par défaut: `merged`)
* [[option_weechat.look.hotlist_short_names]] *weechat.look.hotlist_short_names*
** description: `si défini, utilise des noms courts pour afficher les noms de tampons dans la hotlist (commence après le premier '.' dans le nom)`
+1 -1
View File
@@ -606,7 +606,7 @@
* [[option_weechat.look.hotlist_remove]] *weechat.look.hotlist_remove*
** descrizione: `remove buffers in hotlist: buffer = remove buffer by buffer, merged = remove all visible merged buffers at once`
** tipo: intero
** valori: buffer, merged (valore predefinito: `buffer`)
** valori: buffer, merged (valore predefinito: `merged`)
* [[option_weechat.look.hotlist_short_names]] *weechat.look.hotlist_short_names*
** descrizione: `se impostato, usa i nomi brevi per visualizzare i nomi dei buffer nella hotlist (inizia dopo il primo '.' nel nome)`
+1 -1
View File
@@ -606,7 +606,7 @@
* [[option_weechat.look.hotlist_remove]] *weechat.look.hotlist_remove*
** 説明: `remove buffers in hotlist: buffer = remove buffer by buffer, merged = remove all visible merged buffers at once`
** タイプ: 整数
** 値: buffer, merged (デフォルト値: `buffer`)
** 値: buffer, merged (デフォルト値: `merged`)
* [[option_weechat.look.hotlist_short_names]] *weechat.look.hotlist_short_names*
** 説明: `セットされた場合、ホットリストではバッファ名に短い名前を使う (名前に含まれる最初の '.' 以降)`
+1 -1
View File
@@ -606,7 +606,7 @@
* [[option_weechat.look.hotlist_remove]] *weechat.look.hotlist_remove*
** opis: `remove buffers in hotlist: buffer = remove buffer by buffer, merged = remove all visible merged buffers at once`
** typ: liczba
** wartości: buffer, merged (domyślna wartość: `buffer`)
** wartości: buffer, merged (domyślna wartość: `merged`)
* [[option_weechat.look.hotlist_short_names]] *weechat.look.hotlist_short_names*
** opis: `jeśli ustawione, używa krótkich nazw do wyświetlania nazw buforów w hotliście (zaczyna po pierwszym wystąpieniu '.' w nazwie)`
+1 -1
View File
@@ -2358,7 +2358,7 @@ config_weechat_init_options ()
N_("remove buffers in hotlist: buffer = remove buffer by buffer, "
"merged = remove all visible merged buffers at once"),
"buffer|merged",
0, 0, "buffer", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
0, 0, "merged", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
config_look_hotlist_short_names = config_file_new_option (
weechat_config_file, ptr_section,
"hotlist_short_names", "boolean",