Fixes: - Don't popup the git output window at all operations

This commit is contained in:
con
2008-12-10 15:17:07 +01:00
parent 94c613c9fe
commit 0722e95682
4 changed files with 44 additions and 23 deletions

View File

@@ -105,7 +105,6 @@ void GitOutputWindow::append(const QString &text)
foreach (const QString &s, lines)
m_outputListWidget->addItem(s);
m_outputListWidget->scrollToBottom();
popup();
}
void GitOutputWindow::setData(const QByteArray &data)