[atlantik-cvs] CVS: kdegames/atlantik/libatlantikui estatedetails.cpp, 1.12.4.5, 1.12.4.6
[email protected] Wed, 12 Nov 2003 19:09:12 +0100 (CET)
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantikui
In directory office:/tmp/cvs-serv9252/libatlantikui
Modified Files:
Tag: KDE_3_1_BRANCH
estatedetails.cpp
Log Message:
backport: fix potential crash, discussed with valgrind
Index: estatedetails.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikui/estatedetails.cpp,v
retrieving revision 1.12.4.5
retrieving revision 1.12.4.6
diff -u -d -r1.12.4.5 -r1.12.4.6
--- estatedetails.cpp 13 Jul 2003 22:31:00 -0000 1.12.4.5
+++ estatedetails.cpp 12 Nov 2003 18:09:10 -0000 1.12.4.6
@@ -1,4 +1,4 @@
-// Copyright (c) 2002 Rob Kaper <[email protected]>
+// Copyright (c) 2002-2003 Rob Kaper <[email protected]>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
@@ -62,7 +62,6 @@
m_buttonBox = new QHBoxLayout(m_mainLayout, KDialog::spacingHint());
m_buttonBox->setMargin(0);
- m_mainLayout->addItem(m_buttonBox);
m_buttonBox->addItem(new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum));