Skip to content

Commit

Permalink
Данные одноимённых контент-колонок от разных плагинов конкатенируются.
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Jan 18, 2015
1 parent b442e4a commit b7875f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
shmuel 17.01.2015 23:30:07 +0200 - build 4244
shmuel 18.01.2015 20:58:13 +0200 - build 4245

1. Данные одноимённых контент-колонок от разных плагинов конкатенируются.

shmuel 17.01.2015 23:30:07 +0200 - build 4244

1. Рефакторинг.

Expand Down
2 changes: 1 addition & 1 deletion far/plugins.cpp
Expand Up @@ -2402,7 +2402,7 @@ void PluginManager::GetContentData(
for (size_t k=0; k<Count; k++)
{
if (GetInfo.Values[k])
ContentData.emplace(std::make_pair(ColNames[k],GetInfo.Values[k]));
ContentData[ColNames[k]] += GetInfo.Values[k];
}

if (i->HasFreeContentData())
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4244)m4_dnl
m4_define(BUILD,4245)m4_dnl

0 comments on commit b7875f9

Please sign in to comment.