Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108996
Collapse All | Expand All

(-)clients/human/setup/networksetup.cpp.orig (-1 lines)
Lines 29-35 Link Here
29
		good_( true )
29
		good_( true )
30
{
30
{
31
	setMinimumSize( 150, 350 );
31
	setMinimumSize( 150, 350 );
32
	openConnection( Network::Server, Network::Port );
33
32
34
	connect( widget_, SIGNAL( joinTable( QString ) ), connection_, SLOT( joinTable( QString ) ) );
33
	connect( widget_, SIGNAL( joinTable( QString ) ), connection_, SLOT( joinTable( QString ) ) );
35
	connect( widget_, SIGNAL( createNewTable() ), SLOT( newTable() ) );
34
	connect( widget_, SIGNAL( createNewTable() ), SLOT( newTable() ) );

Return to bug 108996