if not network, not start up gps
[googlelatitude] / src / latitude.cpp
index 7708be8..b1b89c1 100644 (file)
@@ -43,7 +43,6 @@ LatitudeGUI::LatitudeGUI(QMainWindow *parent) : QMainWindow(parent) {
 
 void LatitudeGUI::set() {
     qDebug() << "LatitudeGUI: set";
-    set_config();
     glatitude->update(gps->get_lat(),
                       gps->get_lon(),
                       gps->get_acc());