[PC-BSD Commits] r135 - pcbsd/trunk/ethernetconfig/src
svn at pcbsd.org
svn at pcbsd.org
Wed Mar 14 10:06:06 PST 2007
Author: kris
Date: 2007-03-14 19:06:05 +0100 (Wed, 14 Mar 2007)
New Revision: 135
Modified:
pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.cpp
Log:
Small update which ensures that the info tab is loaded on ethernetconfig
Modified: pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.cpp
===================================================================
--- pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.cpp 2007-03-14 17:55:52 UTC (rev 134)
+++ pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.cpp 2007-03-14 18:06:05 UTC (rev 135)
@@ -597,7 +597,7 @@
void ethernetconfigWidget::showInfo()
{
- tabMainWidget->showPage( tabMainWidget->page(3) );
+ tabMainWidget->showPage( tabMainWidget->page(2) );
}
void ethernetconfigWidget::slotFinishLoad()
More information about the Commits
mailing list