[atlantik-cvs] CVS: kdegames/atlantik/client selectserver_widget.cpp,1.34,1.35

[email protected] Sun, 27 Jul 2003 20:02:34 +0200 (CEST)
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv26198/client

Modified Files:
	selectserver_widget.cpp 
Log Message:
use the correct listviewentry for server port again

Index: selectserver_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectserver_widget.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- selectserver_widget.cpp	27 Jul 2003 17:58:33 -0000	1.34
+++ selectserver_widget.cpp	27 Jul 2003 18:02:32 -0000	1.35
@@ -164,7 +164,7 @@
 void SelectServer::slotConnect()
 {
 	if (QListViewItem *item = m_serverList->selectedItem())
-		emit serverConnect(item->text(0), item->text(3).toInt());
+		emit serverConnect(item->text(0), item->text(4).toInt());
 }
 
 void SelectServer::customConnect()