diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-28 15:16:20 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-28 15:16:20 +0200 |
commit | 818476c2c45960821d3789c941d7cb2c5980593b (patch) | |
tree | a538b21f31ece119710874b4596ae96111a0a49d /src | |
parent | 8feb587c30d3793701301573787fdda1b3370fb8 (diff) | |
download | weechat-818476c2c45960821d3789c941d7cb2c5980593b.zip |
core: move bar item "scroll" between buffer name and lag in default bar items of status bar
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/gui-bar-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-bar-item.c b/src/gui/gui-bar-item.c index 1fbeeaee2..9c3d6129a 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.c @@ -71,7 +71,7 @@ char *gui_bar_items_default_for_bars[][2] = { GUI_BAR_DEFAULT_NAME_STATUS, "[time],[buffer_last_number],[buffer_plugin],buffer_number+:+" "buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+" - "buffer_filter,[lag],[hotlist],completion,scroll" }, + "buffer_filter,scroll,[lag],[hotlist],completion" }, { GUI_BAR_DEFAULT_NAME_NICKLIST, "buffer_nicklist" }, { NULL, |