qtmobility/examples/sysinfo/dialog.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/examples/sysinfo/dialog.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/examples/sysinfo/dialog.cpp	Mon May 03 13:18:40 2010 +0300
@@ -294,6 +294,9 @@
 
     homeMMCLabel->setText(ni->homeMobileCountryCode());
     homeMNCLabel->setText(ni->homeMobileNetworkCode());
+
+    networkModeChanged(ni->currentMode());
+
 }
 void Dialog::netStatusComboActivated(int index)
 {