diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-upgrade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-upgrade.c b/src/core/wee-upgrade.c index 41a6b00a2..b88e9d757 100644 --- a/src/core/wee-upgrade.c +++ b/src/core/wee-upgrade.c @@ -487,7 +487,7 @@ upgrade_weechat_read_buffer (struct t_infolist *infolist) ptr_buffer->nicklist_display_groups = infolist_integer (infolist, "nicklist_display_groups"); - /* title */ + /* title (not for main buffer, because there's the latest version) */ if (!main_buffer) { if (ptr_buffer->title) |