[atlantik-cvs] CVS: kdegames/atlantik/libatlantikui estatedetails.cpp,1.18,1.19
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantikui
In directory office:/tmp/cvs-serv6784/libatlantikui
Modified Files:
estatedetails.cpp
Log Message:
don't automatically clear buttons, monopd will guide us
Index: estatedetails.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikui/estatedetails.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- estatedetails.cpp 23 Dec 2002 01:34:47 -0000 1.18
+++ estatedetails.cpp 23 Dec 2002 04:44:14 -0000 1.19
@@ -298,5 +298,4 @@
void EstateDetails::buttonPressed()
{
emit buttonCommand(QString(m_buttonCommandMap[(QObject *)QObject::sender()]));
- clearButtons();
}