cell/gps only on maemo5
authorRodrigo Linfati <rodrigo@linfati.cl>
Sat, 2 Jan 2010 03:13:00 +0000 (04:13 +0100)
committerRodrigo Linfati <rodrigo@linfati.cl>
Sat, 2 Jan 2010 03:13:00 +0000 (04:13 +0100)
src/latitude.cpp

index 40a0a13..47e08e1 100644 (file)
@@ -151,6 +151,12 @@ void LatitudeGUI::show_lat() {
     layout->addLayout(layout_source);
     location->setLayout(layout);
 
+    // gps enable only on maemo5
+#ifndef Q_WS_MAEMO_5
+    source_cell->setDisabled(1);
+    source_gps->setDisabled(1);
+#endif
+
     // set widget
     setCentralWidget(location);
     setWindowTitle(tr("Google Latitude Updater"));