Various EBN fixes.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=667655
This commit is contained in:
Robert Knight
2007-05-23 13:09:23 +00:00
parent ffa03ca138
commit 5331bf720d
19 changed files with 49 additions and 95 deletions

View File

@@ -810,7 +810,7 @@ QSize Session::size()
return _emulation->imageSize();
}
void Session::setSize(QSize size)
void Session::setSize(const QSize& size)
{
if ((size.width() <= 1) || (size.height() <= 1))
return;