X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.cpp;h=28d03a4aa6725570a43581c564a6daa90905eef4;hp=086af0aa211dfc8a2aa90667cfe0c6e2ba3ed51f;hb=da40133d90f07d85c9bc6f785b1dd381d7c8a5bf;hpb=1f32c327ade7db3a1760b49508fb34aa10e98044 diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index 086af0aa..28d03a4a 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -276,7 +276,9 @@ void BufferView::removeSelectedBuffers(bool permanently) { continue; removedRows << bufferId; + } + foreach(BufferId bufferId, removedRows) { if(permanently) config()->requestRemoveBufferPermanently(bufferId); else