[atlantik-cvs] CVS: kdegames/atlantik/client selectconfiguration_widget.cpp, 1.26.6.6, 1.26.6.7
[email protected] Tue, 11 Nov 2003 18:49:00 +0100 (CET)
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv458/client
Modified Files:
Tag: KDE_3_1_BRANCH
selectconfiguration_widget.cpp
Log Message:
backport: fix bug #66498
Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.26.6.6
retrieving revision 1.26.6.7
diff -u -d -r1.26.6.6 -r1.26.6.7
--- selectconfiguration_widget.cpp 12 Jul 2003 17:49:21 -0000 1.26.6.6
+++ selectconfiguration_widget.cpp 11 Nov 2003 17:48:58 -0000 1.26.6.7
@@ -45,7 +45,6 @@
// Server buttons.
QHBoxLayout *serverButtons = new QHBoxLayout(m_mainLayout, KDialog::spacingHint());
serverButtons->setMargin(0);
- m_mainLayout->addItem(serverButtons);
m_backButton = new KPushButton(SmallIcon("back"), i18n("Leave Game"), this);
serverButtons->addWidget(m_backButton);