[Konsole-devel] [Bug 81522] starting with --profile and --notabbar crashes
Waldo Bastian
bastian at kde.org
Mon Dec 20 13:38:39 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=81522
bastian kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bastian kde org 2004-12-20 14:38 -------
CVS commit by waba:
Fix crash with --noresize
BUG: 81522
M +5 -0 TEWidget.cpp 1.219
--- kdebase/konsole/konsole/TEWidget.cpp #1.218:1.219
@ -1945,4 +1945,9 @ void TEWidget::setFixedSize(int cols, in
columns = cols;
lines = lins;
+ if (image)
+ {
+ free(image);
+ makeImage();
+ }
setSize(cols, lins);
QFrame::setFixedSize(m_size);
More information about the konsole-devel
mailing list