[PC-BSD Commits] r785 - pcbsd/branches/1.4/NetworkManager
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 11 06:30:41 PDT 2007
Author: tim
Date: 2007-10-11 06:30:41 -0700 (Thu, 11 Oct 2007)
New Revision: 785
Modified:
pcbsd/branches/1.4/NetworkManager/networkman.ui.h
Log:
Fix checkPPOE checkGlobalText connection
Modified: pcbsd/branches/1.4/NetworkManager/networkman.ui.h
===================================================================
--- pcbsd/branches/1.4/NetworkManager/networkman.ui.h 2007-10-10 18:40:06 UTC (rev 784)
+++ pcbsd/branches/1.4/NetworkManager/networkman.ui.h 2007-10-11 13:30:41 UTC (rev 785)
@@ -32,7 +32,7 @@
connect(listNetDev, SIGNAL(selectionChanged()), this, SLOT(DevSelectionChanged()) );
connect(pushConfigure, SIGNAL(clicked()), this, SLOT(PropertiesSlot()) );
connect(checkSysTray, SIGNAL(clicked()), this, SLOT(slotSysTray()) );
- connect(checkPPPOE, SIGNAL(clicked()), this, SLOT(slotCheckGlobalText( "")) );
+ connect(checkPPPOE, SIGNAL(clicked()), this, SLOT(slotCheckGlobalText()) );
connect(listNetDev, SIGNAL(doubleClicked( QListBoxItem *) ), this, SLOT(slotDoubleClick(QListBoxItem *) ) );
// Connect the slots to determine if we need to enable the apply button
More information about the Commits
mailing list